https://github.com/colearendt/r-docker-ex
A simple example of using R with docker
https://github.com/colearendt/r-docker-ex
Last synced: 6 days ago
JSON representation
A simple example of using R with docker
- Host: GitHub
- URL: https://github.com/colearendt/r-docker-ex
- Owner: colearendt
- Created: 2018-01-22T19:57:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T20:04:41.000Z (about 7 years ago)
- Last Synced: 2025-02-14T12:33:16.992Z (about 2 months ago)
- Language: R
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - colearendt/r-docker-ex - A simple example of using R with docker (R)
README
# r-docker-ex
A simple example of using R with dockerThis repo was used to build a simple Docker example for [this article](https://rviews.rstudio.com/2018/01/18/package-management-for-reproducible-r-code/) on RViews.
If you have Docker installed on your system, you can execute [`./simple-ex.sh`](./simple-ex.sh) to build and launch a docker image based on the [packrat.lock](packrat/packrat.lock) file.
If you want to use the project locally, you can open the [RProject file](docker-ex.Rproj) or run `packrat::restore()` to download dependent packages.