-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm using PopR downloaded on 7July2013 with Julia 0.1.2 downloaded on 19July2013 (julia0.1.2-WINNT-i686+Git.zip) from Rstudio running R (R-2.15.2) on a Windows7 64bit machine. I've updated Julia and confirm that Julia works fine at the command line. Running 'test-julia.bat' returns one error from the unicode test, all other tests pass.
In using 'Toy data creator.R' (https://github.com/Philipp-Neubauer/PopR/blob/master/Toy%20data%20creator.R), DPM.call.R (line 1111) starts Julia, but never returns to R. After killing the Julia process, the following errors are returned:
Warning messages:
1: running command '"C:/etreml/REEF/Otolith//julia/julia.bat" -p 3 C:/Users/Eric Treml/Documents/R/win- library/2.15/PopR/exec/call_DPM.jl 0 1000 1 N C:/etreml/REEF/Otolith/analysis' had status 24
2: In file(file, "rt") :
cannot open file 'source_ids.csv': No such file or directory
Further diagnostics reveal that directory strings may be formatted incorrectly and/or pointing to the wrong places and/or something related to 'ErrorException("syntax: expected identifier after const")'. Assistance in getting past this would be much appreciated.