jsta / r-docker-tutorial

A docker tutorial for reproducible research
http://jsta.github.io/r-docker-tutorial
250 stars 93 forks source link

Section 02 minor comments #19

Closed bkatiemills closed 8 years ago

bkatiemills commented 8 years ago

I think overall 02-Launching-Docker is in good shape for our first release. Here's what I would change, though none of this is mission-critical:

Also - challenge problems. Can we rely on these folks to have RStudio installed on their local machines? If so, they could buddy up, open local RStudio, and compare the results of installed.packages(), then do the same in their docker-rstudio - or something similar that illustrates the perfect consistency of a shared docker container versus the wild west of whatever people happen to have installed. Is anyone aware of a behavior change between a couple of different versions of any given r package we could illustrate in a similar exercise?

HeidiSeibold commented 8 years ago

The most likely have R installed, right? Why would they be doing this tutorial otherwise?