annotate runme.R @ 0:9af9983dcd02 draft

Imported from capsule None
author drosofff
date Mon, 03 Nov 2014 10:28:40 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9af9983dcd02 Imported from capsule None
drosofff
parents:
diff changeset
1 bioclite = "http://bioconductor.org/biocLite.R"
9af9983dcd02 Imported from capsule None
drosofff
parents:
diff changeset
2 install.packages(c("lattice","latticeExtra"),dependencies=T,repos=http://cran.us.r-project.org)
9af9983dcd02 Imported from capsule None
drosofff
parents:
diff changeset
3 source(bioclite)
9af9983dcd02 Imported from capsule None
drosofff
parents:
diff changeset
4 installme=c(lattice,latticeExtra)
9af9983dcd02 Imported from capsule None
drosofff
parents:
diff changeset
5 biocLite()
9af9983dcd02 Imported from capsule None
drosofff
parents:
diff changeset
6 biocLite(installme)
9af9983dcd02 Imported from capsule None
drosofff
parents:
diff changeset
7 quit(save="no")
9af9983dcd02 Imported from capsule None
drosofff
parents:
diff changeset
8