I am trying to use the R extension in Netlogo 6.2.
I just cannot find the user.properties file anywhere.
I have Windows 7. According to instructions:
- I installed Microsoft Visual C++ 2013
- I configured the Windows PATH adding C:\Program Files\R\R-\bin\x64\ after a semicolon
- I reinstalled Java to the latest version
- I installed java packages and loaded the library in the R session that I am running in R Studio, using the following console commands: install.packages("rJava") and library(rJava)
- I added the "extensions [ r ]" line at the top of the code in Netlogo
Now: I am getting Error 01 for lack of configuration of the user-properties file.
("LALC" is my username). So I am looking for the user.properties file into C:\Users\LALC\AppData\Roaming\NetLogo\6.2\r and there is nothing in there!
Where is the user.properties file?
There is also nothing in the extensions folder.
I don't understand if I should create the user.properties file myself, and if yes, what should I write in it?
(FYI I am running Windows 7 on a Mac, using Bootcamp, but I don't think this should be an issue, correct?)