Mercurial > repos > zzhou > spp_phantompeak
changeset 5:608a8e0eac56 draft
Uploaded
| author | zzhou |
|---|---|
| date | Tue, 27 Nov 2012 16:11:31 -0500 |
| parents | a7b1ea8db77d |
| children | ce08b0efa3fd |
| files | deploy_spp.R |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/deploy_spp.R Tue Nov 27 16:11:31 2012 -0500 @@ -0,0 +1,4 @@ +install.packages("bitops",dependencies=TRUE, repos="http://cran.us.r-project.org") +install.packages("caTools",dependencies=TRUE, repos="http://cran.us.r-project.org") +install.packages("snow",dependencies=TRUE, repos="http://cran.us.r-project.org") +install.packages('/mnt/galaxyData/tmp/spp_1.10.1.tar.gz',dependencies=TRUE)
