Skip to content

Commit 1a5e4e3

Browse files
committed
Add matrixStats
1 parent 65f9fb1 commit 1a5e4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- _R_CHECK_FORCE_SUGGESTS_=FALSE
1212

1313
before_install:
14-
- R -e 'install.packages(c("remotes", "knitr", "rmarkdown", "fansi", "NMF", "flexclust", "pbapply", "mlbench", "ranger"))'
14+
- R -e 'install.packages(c("remotes", "knitr", "rmarkdown", "fansi", "NMF", "flexclust", "pbapply", "matrixStats", "mlbench", "ranger"))'
1515

1616
install:
1717
- R -e 'remotes::install_deps(dep = NA)'

0 commit comments

Comments
 (0)