-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- test in repo2docker. doesn't seem to actually work
- how can user turn this off?
- install in docker file
- Check all the ENVs are properly exported to child docker builds
- Test with install.R
install.package("sf", "terra", "TMB", "av")
Install bspm
## Fifth: install bspm (and its Python requirements) and enable it
## If needed (in bare container, say) install python tools for bspm and R itself
apt-get install --yes --no-install-recommends python3-{dbus,gi,apt} \
make sudo r-cran-{docopt,littler,remotes}
## Then install bspm (as root) and enable it, and enable a speed optimization
Rscript -e 'install.packages("bspm")'
R_HOME=$(R RHOME)
# must go first
echo "options(bspm.sudo = TRUE)" >> ${R_HOME}/etc/Rprofile.site
echo "options(bspm.version.check=FALSE)" >> ${R_HOME}/etc/Rprofile.site
echo "suppressMessages(bspm::enable())" >> ${HOME}/.Rprofile
Metadata
Metadata
Assignees
Labels
tasksgeneral to do tasksgeneral to do tasks
Type
Projects
Status
Backlog