Skip to content

Commit

Permalink
Preparing for CRAN after PR to RcppArmadillo
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed May 5, 2016
1 parent e2350c1 commit 2386633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: r
cache: packages
sudo: required

r:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ plot_diffnet(medInnovationsDiffNet, slices=c(1,9,8))
sessionInfo()
```

## R version 3.2.5 (2016-04-14)
## R version 3.3.0 (2016-05-03)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 14.04.4 LTS
##
Expand All @@ -253,13 +253,13 @@ sessionInfo()
## [1] stats graphics grDevices utils datasets methods base
##
## other attached packages:
## [1] SparseM_1.7 netdiffuseR_1.16.4.29
## [1] SparseM_1.7 netdiffuseR_1.16.5
##
## loaded via a namespace (and not attached):
## [1] Rcpp_0.12.4 lattice_0.20-33 digest_0.6.9 grid_3.2.5
## [5] formatR_1.3 magrittr_1.5 evaluate_0.8.3 stringi_1.0-1
## [9] Matrix_1.2-5 sna_2.3-2 boot_1.3-17 rmarkdown_0.9.5
## [13] tools_3.2.5 stringr_1.0.0 igraph_1.0.1 yaml_2.1.13
## [1] Rcpp_0.12.4 lattice_0.20-33 digest_0.6.9 grid_3.3.0
## [5] formatR_1.3 magrittr_1.5 evaluate_0.9 stringi_1.0-1
## [9] Matrix_1.2-6 sna_2.3-2 boot_1.3-17 rmarkdown_0.9.6
## [13] tools_3.3.0 stringr_1.0.0 igraph_1.0.1 yaml_2.1.13
## [17] htmltools_0.3.5 knitr_1.12.3

To-do list
Expand Down

0 comments on commit 2386633

Please sign in to comment.