BES Big Data talk

19 December 2012

rOpenSci

View rOpenSci projects onGitHub

View the presentation here:

Get the code for the slides here

What is rOpenSci?

Before (or during) the meeting...

You may want to play around with some of our R packages.

Installing rOpenSci packages

There are two ways to do this. Installing from CRAN, or from GitHub. Some pkgs are on CRAN and GitHub, while others are only on GitHub. Example of installing one of our packages from CRAN:


$ install.packages("rplos")
$ library(rplos)

Example of installing one of our packages from GitHub:


$ install_github('ropensnp', 'ropensci')
$ library(ropensnp)