R-Docker-Starting-point
A starting point to run R in docker with renv for publication reproducibility. An IDE is installed to allow for R editing on any computer. The container comes from the docker hub Rocker r-sources. Customization is made to run a vim IDE of R, and to load libraries used in my workflow.
- If the r docker images have not been created run the "Make_Docker.sh" file.
- run "source Alias_Docker.sh" to add terminal shortcuts for running the docker. These are r-full or r-minimal for entering the docker container to work in r, and r-full-script or r-minimal-script for running a local script in the container without any interaction. These commands can be copied to bash_alias
Description
A starting point to run R in docker with renv for publication reproducibility. An IDE is installed to allow for R editing on any computer.
Languages
R
61.8%
Shell
38.2%