Chicago / west-nile-virus-predictions

Algorithm to predict repeated positive results for West Nile Virus for mosquitoes captured in traps across Chicago.
MIT License
14 stars 1 forks source link

library path issue #36

Closed geneorama closed 7 years ago

geneorama commented 7 years ago

R wasn't seeing the correct libraries in the when running through RScript on the server. So, I added something toR/run_all.R source in paths that can be added to .libPaths(). The paths are stored in untracked/libpaths. This file is only read in if it exists, so for most users who don't need to modify the path nothing will happen.

tomschenkjr commented 7 years ago

Let's make sure to document it in README.md as part of #34 for any instruction/configuration.

geneorama commented 7 years ago

This is resolved, but I need to document in the readme