Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsta/r-docker-tutorial
A docker tutorial for reproducible research
https://github.com/jsta/r-docker-tutorial
docker rstats unconf unconf16
Last synced: 5 days ago
JSON representation
A docker tutorial for reproducible research
- Host: GitHub
- URL: https://github.com/jsta/r-docker-tutorial
- Owner: jsta
- Created: 2016-03-31T20:50:39.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-02-02T19:46:09.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T01:18:44.933Z (12 days ago)
- Topics: docker, rstats, unconf, unconf16
- Language: R
- Homepage: http://jsta.github.io/r-docker-tutorial
- Size: 7.89 MB
- Stars: 250
- Watchers: 22
- Forks: 94
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jsta/r-docker-tutorial - A docker tutorial for reproducible research (R)
README
# r-docker-tutorial
A docker tutorial for reproducible research.This is an introduction to Docker designed for participants with knowledge
about R and RStudio. The introduction is intended to be helping people who need Docker for a project. We first explain what Docker is and why it is useful. Then
we go into the the details on how to use it for a reproducible transportable project.## Lessons:
1. [Lesson 01 What and Why](01-what-and-why.html)
2. [Lesson 02 Launching Docker](02-Launching-Docker.html)
3. [Lesson 03 Install packages](03-install-packages.html)
4. [Lesson 04 Dockerhub](04-Dockerhub.html)
5. [Lesson 05 Dockerfiles](05-dockerfiles.html)
6. [Lesson 06 Sharing your analysis](06-Sharing-all-your-analysis.html)## Links
- [Website](http://jsta.github.io/r-docker-tutorial)
- [For lesson developers](http://pad.software-carpentry.org/RopenSci-docker-tutorial)## Credit
Formerly an rOpenSci project started at the [2016 Unconference](https://unconf16.ropensci.org/). Credit to all the [contributors](https://github.com/jsta/r-docker-tutorial/graphs/contributors)!