System Requirements
Methods:
- pak
- dep
- rstudio
- sysreqs
- r-hub
Task List
-
Create a function
get_sysreqs
-
Create a function that merges derived sysreq's into a single
RUN apt-get install
command for easy implementation into Dockerfiles -
Create a function to run all methods to be as comprehensive as possible.
-
Create a
Dockerfile
template section for sysreqs:{{{sysreqs}}}
Methods:
- pak
- dep
- rstudio
- sysreqs
- r-hub
Task List
-
Create a function
get_sysreqs
-
Create a function that merges derived sysreq's into a single
RUN apt-get install
command for easy implementation into Dockerfiles -
Create a function to run all methods to be as comprehensive as possible.
-
Create a
Dockerfile
template section for sysreqs:{{{sysreqs}}}
-
Create corresponding
use_dockerfile
function
Resources
https://github.com/jimbrig/Scripts/blob/main/R/sysreqs_experimental.R
https://github.com/jimbrig/powtools/blob/main/R/sysreqs.R
https://github.com/jimbrig/loss_development_app/blob/main/scripts/helpers.R
https://github.com/jimbrig/jimstemplates/blob/master/R/dockerfile.R
https://github.com/jimbrig/jimstemplates/blob/master/R/get_sysreqs.R
https://github.com/jimbrig/jimstemplates/blob/master/R/dependencies.R
https://github.com/jimbrig/powtools/blob/main/inst/templates/Dockerfile_shinyapp