-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The latest image is "comic scrubbird"
- set the CRAN mirror (so that shell users install packages don't have to do it)
- check packages we need are installed anyway
- put the shell and R files needed in the VM (python stream has "/home/researcher/data-shell"
- update system
- update R packages
- install sqlite3
- install packages - ggplot2, plyr, gapminder, tidyr, dplyr
- save image
tick tickety tick
echo 'local({ r <- getOption("repos"); r["CRAN"] <- "https://cran.ms.unimelb.edu.au/";options(repos = r); })' >> /etc/R/Rprofile.site
Lessons
We start here at R for Reproducible Scientific Analysis:
http://swcarpentry.github.io/r-novice-gapminder/
http://swcarpentry.github.io/r-novice-gapminder/01-rstudio-intro/
http://swcarpentry.github.io/r-novice-gapminder/03-seeking-help/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels