Mercurial > repos > brenninc > test_r_cairo_oct1_2015
annotate packages.R @ 36:c08fd6039fcc draft
Uploaded
author | brenninc |
---|---|
date | Tue, 06 Oct 2015 06:18:44 -0400 |
parents | c248d06cb7ca |
children | 4abeabe7a4cd |
rev | line source |
---|---|
32 | 1 library(acepack) |
36 | 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) | |
32 | 17 #library(XML) |
18 #library(xtable) | |
19 | |
20 args<-commandArgs(TRUE) | |
21 writeLines(capture.output(sessionInfo()), args[1]) | |
22 sessionInfo() |