test_nlrx {nlrx} | R Documentation |
Test if nlrx runs on the local system
Description
Runs a short test if nlrx runs on the local system
Usage
test_nlrx(nlpath, nlversion)
Arguments
nlpath |
Provide a path to a netlogo folder |
nlversion |
Matching version string of the provided NetLogo folder (e.g. "6.1.1") |
Details
Runs a short test if nlrx runs on the local system. Reports TRUE if successful!
Examples
## Not run:
test_nlrx(nlpath="/Users/xyz/netlogo/NetLogo 6.1.1", nlversion="6.1.1")
## End(Not run)
[Package nlrx version 0.4.5 Index]