Docker for R
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 17
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Resources
r2dii.ci images
https://github.com/maurolepore/r2dii.ci#r2diici
Images
https://github.com/ColinFay/r-ci
This image was created in order to be used in a CI/CD environment like Gitlab CI or Travis, so that you don't have to reinstall testing and dev packages.
For an RStudio session from the browser
Point your browser to localhost:8787 and login with the username "rstudio" and the PASSWORD=123. You should now have running RStudio session, and access to the directory (-v for volume) you mounted.

For package development

Commit a new image from a container
# Find the container you want to commit
docker ps
docker commit -m "<optional message>" <container's sha> <new image's name>
Pruning
- https://docs.docker.com/config/pruning/
- https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes
docker rmi <image name>
To -force remove running containers:
docker rm -f $(docker ps -aq)
Learning
- Rocker project, maintained by Carl Boettiger and Dirk Eddelbuettel.
- R docker tutorial, at ropenscilabs.
- Docker for R package development, by Jim Hester.
- An Introduction to Docker for R Users
Tips for windows users
- What works on Unix systems may not work on Windows, and typing paths "like/this" works better than like/this.
- PowerShell terminal often works better than other terminals. Sometimes it works well to first launch a bash terminal.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Docker and R resources, images, commands, and Windows notes listed in the issue. No repository file, test, or specific documentation change is identified, so the scope and completion criteria would need to be established before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, r
- Domain
- devops, documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100