-
Notifications
You must be signed in to change notification settings - Fork 0
Home
A Lee edited this page Jan 23, 2019
·
3 revisions
- create / adopt a standardized filesystem layout
- change code to use relative paths for all input / output file operations
- ???
For NetLogo, we focus on supporting a Linux / Ubuntu AMD64 build and X11 - also need to check for any external extensions dependencies that should be included inline
For R, first we need to determine what dependencies exist and set packrat to track them.
@cpritcha was experiencing issues with packrat not storing a package in the packrat snapshot properly which turned out to be a bug in configuration (the glm package was being ignored).
general finding all dependencies packaging flow:
- install packrat
- install devtools
- install glmmADMB
- packrat snapshot (@cpritcha can fill in more details here)