Mercurial > repos > brenninc > test_r_cairo_oct1_2015
changeset 39:4abeabe7a4cd draft
Uploaded
author | brenninc |
---|---|
date | Tue, 06 Oct 2015 06:24:37 -0400 |
parents | 807828dea9d0 |
children | b083609f4f26 |
files | packages.R |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages.R Tue Oct 06 06:24:25 2015 -0400 +++ b/packages.R Tue Oct 06 06:24:37 2015 -0400 @@ -14,8 +14,8 @@ library(SparseM) library(stringi) library(stringr) -#library(XML) -#library(xtable) +library(XML) +library(xtable) args<-commandArgs(TRUE) writeLines(capture.output(sessionInfo()), args[1])