Displaying 1 result from an estimated 1 matches for "rnetlogo".
Did you mean:
netlogo
2013 Jan 08
0
Win 32-bit, stack size problem with third party software?
Dear R-developers,
since R 2.15.2 I?m getting an error with my RNetLogo package.
The package uses rJava and connects to the Java program NetLogo
(http://ccl.northwestern.edu/netlogo/).
When starting it in so-called GUI-mode, i.e.:
library(RNetLogo)
NLStart("C:/Program Files/NetLogo 5.0.3", gui=T) #replace the path with the
path to your NetLogo installa...