install.R

try ({
			update.packages(ask = FALSE, repos='https://ftp.acc.umu.se/mirror/CRAN/')
 } )

source("https://bioconductor.org/biocLite.R")
#useDevel(devel=TRUE)
biocLite(ask=FALSE)

if (!library("devtools", quietly = TRUE,logical.return=TRUE )) {
	install.packages(c('devtools'),  repos='https://ftp.acc.umu.se/mirror/CRAN/')
	library(devtools)
}

install()
shambam/cellexalvrR documentation built on May 29, 2019, 9:35 a.m.