File tree Expand file tree Collapse file tree 1 file changed +56
-2
lines changed Expand file tree Collapse file tree 1 file changed +56
-2
lines changed Original file line number Diff line number Diff line change 11# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
22
3+ dist : xenial
34language : R
4- sudo : false
55cache : packages
66warnings_are_errors : true
77
@@ -10,7 +10,56 @@ r_packages:
1010
1111r_github_packages :
1212 - jimhester/covr
13- - rubenarslan/formr
13+
14+ matrix :
15+ include :
16+ - os : linux
17+ dist : xenial
18+ sudo : required
19+
20+ r_binary_packages :
21+ - stringi
22+ - magrittr
23+ - curl
24+ - jsonlite
25+ - Rcpp
26+ - bindrcpp
27+ - RcppEigen
28+ - rpf
29+ - openssl
30+ - rlang
31+ - igraph
32+ - utf8
33+ - gss
34+ - haven
35+ - XML
36+ - data.table
37+ - matrixStats
38+ - rgl
39+ - dplyr
40+ - purrr
41+ - tidyr
42+ - readr
43+ - minqa
44+ - mvtnorm
45+ - nloptr
46+ - SparseM
47+ - lme4
48+ - httpuv
49+ - markdown
50+ - OpenMx
51+ - sem
52+ - readxl
53+ - openxlsx
54+ - pander
55+ - minpack.lm
56+ - StanHeaders
57+ - os : osx
58+ osx_image : xcode9.2
59+ - os : osx
60+ osx_image : xcode7.3
61+ r_build_args : ' --no-build-vignettes'
62+ r_check_args : ' --ignore-vignettes --no-examples'
1463
1564addons :
1665 apt :
@@ -21,3 +70,8 @@ addons:
2170
2271after_success :
2372 - Rscript -e 'library(covr); codecov()'
73+
74+
75+ repos :
76+ CRAN : https://cloud.r-project.org
77+ ropensci : http://packages.ropensci.org
You can’t perform that action at this time.
0 commit comments