Mercurial > repos > brenninc > test_r_cairo_oct1_2015
changeset 15:c491b5afdd35 draft
Uploaded
author | brenninc |
---|---|
date | Thu, 01 Oct 2015 11:55:11 -0400 |
parents | 322005b4dfaa |
children | aa679f6fc818 |
files | packages.R tool_dependencies.xml |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/packages.R Thu Oct 01 11:48:00 2015 -0400 +++ b/packages.R Thu Oct 01 11:55:11 2015 -0400 @@ -13,9 +13,9 @@ library(snow) library(SparseM) library(stringi) -#library(stringr) -#library(XML) -#library(xtable) +library(stringr) +library(XML) +library(xtable) args<-commandArgs(TRUE) writeLines(capture.output(sessionInfo()), args[1])
--- a/tool_dependencies.xml Thu Oct 01 11:48:00 2015 -0400 +++ b/tool_dependencies.xml Thu Oct 01 11:55:11 2015 -0400 @@ -57,11 +57,11 @@ <package>https://cran.r-project.org/src/contrib/stringi_0.5-5.tar.gz</package> <!-- Depends: R (≥ 2.13.1) Imports: tools, utils, stats --> - <!--package>https://cran.r-project.org/src/contrib/XML_3.98-1.3.tar.gz</package--> + <package>https://cran.r-project.org/src/contrib/XML_3.98-1.3.tar.gz</package> <!-- Depends: R (≥ 2.13.0), methods, utils Suggests: bitops, RCurl --> - <!--package>https://cran.r-project.org/src/contrib/xtable_1.7-4.tar.gz</package--> - <!--package>https://cran.r-project.org/src/contrib/stringr_1.0.0.tar.gz</package--> + <package>https://cran.r-project.org/src/contrib/xtable_1.7-4.tar.gz</package> + <package>https://cran.r-project.org/src/contrib/stringr_1.0.0.tar.gz</package> <!-- Depends: R (≥ 2.14) Imports: stringi (≥ 0.4.1), magrittr Suggests: testthat, knitr -->