Mercurial > repos > brenninc > test_r_cairo_oct1_2015
annotate packages.R @ 25:c5a2fcd1e53d draft
Uploaded
author | brenninc |
---|---|
date | Fri, 02 Oct 2015 11:56:29 -0400 |
parents | 1c8ae2960409 |
children |
rev | line source |
---|---|
24 | 1 library(acepack) |
25 | 2 #library(colorspace) |
3 #library(dichromat) | |
4 #library(digest) | |
5 #library(Formula) | |
6 #library(gtable) | |
7 #library(labeling) | |
8 #library(magrittr) | |
9 #library(proto) | |
10 #library(Rcpp) | |
11 #library(RColorBrewer) | |
12 #library(rjson) | |
13 #library(snow) | |
14 #library(SparseM) | |
15 #library(stringi) | |
16 #library(stringr) | |
24 | 17 #library(XML) |
25 | 18 #library(xtable) |
24 | 19 |
20 args<-commandArgs(TRUE) | |
21 writeLines(capture.output(sessionInfo()), args[1]) | |
22 sessionInfo() |