Closed sahilseth closed 6 years ago
Can you try using the absolute filepaths instead of "\~"? or path.expand("\~/apps/siapop/SIApop/examples/constant-rate/passenger/inputdata.txt")
Let me know if this solves the problem
Hi Ollie, I have encountered the same problem when I use your package to run my own data. Below is my sessioninfo. Can you help to figure out where the issue is?
R version 3.4.2 (2017-09-28) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS High Sierra 10.13.1
Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRblas.0.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib
locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] dplyr_0.7.4 siapopr_0.0.1
loaded via a namespace (and not attached):
[1] compiler_3.4.2 magrittr_1.5 assertthat_0.2.0 R6_2.2.2 bindrcpp_0.2 glue_1.2.0 tibble_1.3.4 Rcpp_0.12.13 pkgconfig_2.0.1 rlang_0.1.4
[11] bindr_0.1
Hi Ollie,
With the full path, it works well.
Thanks! Sahil
Hi Ollie,
thanks for this cool, useful package!
I am trying to test it with some example data you have provided in the SIApop repo, and running with the R function as follows:
Do you have an indication, as to what might be the issue here?
Thanks!