Displaying 1 result from an estimated 1 matches for "nlstart".
Did you mean:
  lstart
  
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 installation directory
on a 32-bit Windows (Vista) system, I?m getting the following error message:
java.lang.OutOfMemoryError: unable to create new native thread
This happens when running it in t...