RMI / RMI/resources

Docker for R

Open
#25 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

docker
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.

image

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
docker rmi <image name>

To -force remove running containers:

docker rm -f $(docker ps -aq)

Learning

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.