Setting up a new mac

Sun 20 October 2013 — Filed under notes; tags: mac read more

Installing R packages

Mon 22 March 2010 — Filed under notes; tags: R-language read more

Notes to myself about installing R packages.

Installing from CRAN

install.packages(c("ape","sqldf","ROCR"), repos="http://cran.fhcrc.org/", dependencies=TRUE, clean=TRUE)

Bioconductor

source("http://bioconductor.org/biocLite.R")
biocLite(c("Biostrings","BSgenome …