Closed ElCep closed 5 years ago
First of all, sorry for the late response on your question. The last weeks I was travelling around a lot because it is summer holiday time over here. From a first quick look it seems like a problem with one of the variable values you are entering. I am quite sure it is the filenames you are entering in the values vector fields of the variables lists. NetLogo can only read those values as strings. However, when entering strings you always need to add another pair of escaped double quotes. Basically, it should look like this:
...
'file_map_space' = list(values = c("\"data/maps_space/random-map100.txt\"",
"\"data/maps_space/sugar-map100.txt\"")),
...
Furthermore, in the constants list you also have some logical variables. NetLogo is not able to understand the R TRUE/FALSE variables directly. Instead these need to be entered as strings:
...
"scenarii_files?" = "true",
...
Formatting rules for entering variables and constants are also explained here in more detail.
Can you try this and see if it solves your problem? Cheers, nldoc
Hi, So sorry to disturb your summer holiday! And many thank's for your input! It works like a charm! You 've done an amazing job with this package ! E.
Hi, I have a java issue
with that
regarding issue 22 it seems to be an algorithm problem but I'm using
simdesign_ff()
andnl@simdesign@siminput
give meI can't see any NA's. Any ideas where m I wrong ?
Thank you for this package!