Re: [OpenMOLE-users] Read different inputFiles on each iteration of a model

2017-06-29 Thread Jonathan Passerat-Palmbach
Hi Helene, In this case it seems the csv file is hardcoded in the R script: https://github.com/openmole/openmole-market/blob/7-dev/R-hello/test.R it's always reading from "data.csv" regardless of the second command line argument you can either update the R script and repackage or make sure

Re: [OpenMOLE-users] Read different inputFiles on each iteration of a model

2017-06-29 Thread Hélène Arduin
Hi Jonathan, Thank you for your answer. When input is specified as data.csv it runs fine, but it's not doing what's expected (i.e sampling over the three input files in the data repo). So I modified the CARETask as explained before, and also the R script to read the second argument n <-

[OpenMOLE-users] Read different inputFiles on each iteration of a model

2017-06-29 Thread Hélène Arduin
Hi, I've been trying to run the Hello World in R example, since I think it's supposed to do what I want my own code to do, but it's not working well. First I had to repackage the R code to produce a .tgz.bin archive, the .bin doesn't