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