Skip to content

Commit 2386633

Browse files
committed
Preparing for CRAN after PR to RcppArmadillo
1 parent e2350c1 commit 2386633

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: r
2-
cache: packages
32
sudo: required
43

54
r:

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ plot_diffnet(medInnovationsDiffNet, slices=c(1,9,8))
237237
sessionInfo()
238238
```
239239

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

265265
To-do list

0 commit comments

Comments
 (0)