-
Notifications
You must be signed in to change notification settings - Fork 11
/
.travis.yml
70 lines (60 loc) · 1.7 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
sudo: required
latex: false
warnings_are_errors: false
os:
- linux
- osx
compiler:
- clang
matrix:
allow_failures:
- r: devel
- r: 3.2
- r: 3.3
- r: 3.4
- r: 3.7
dist: xenial
language: r
cache:
- timeout: 1000
- packages
- ccache
r:
- 3.2
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7
- release
- devel
env:
global:
- R_BUILD_ARGS=" --no-build-vignettes --no-manual "
- R_CHECK_ARGS=" --timings --as-cran --no-manual --install-args=--build"
- R_CHECK_TIME="TRUE"
- R_CHECK_TESTS="FALSE"
- _R_CHECK_TIMINGS_="0"
- BOOTSTRAP_LATEX=1
- DISPLAY=:99.0
- R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
before_install:
- ulimit -n 2048
- export LD_LIBRARY_PATH=/usr/local/clang/lib:${LD_LIBRARY_PATH}
- export ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=1
- wget -O antsr_travis.sh http://bit.ly/antsr_travis_sh
- chmod +x antsr_travis.sh
- . ./antsr_travis.sh
- rm antsr_travis.sh
- v8_install
- Rscript -e "install.packages(c('Rcpp', 'RcppEigen'), type = 'source', repos=c(CRAN='https://cran.rstudio.com'))"
- Rscript -e "install.packages( c('magrittr','testthat','knitr','rmarkdown','covr','devtools', 'desc', 'remotes', 'colormap' ), repos=c(CRAN='https://cran.rstudio.com'))"
- Rscript -e 'install.packages("rsvd")'
- Rscript -e 'install.packages("magic")'
- Rscript -e 'install.packages("ggplot2")'
- Rscript -e 'install.packages("psych")'
- Rscript -e 'install.packages("randomForest")'
- Rscript -e "install.packages(c('lmPerm', 'nparcomp', 'RcppArmadillo', 'sandwitch', 'TH.data', 'zoo'), type = 'source', repos=c(CRAN='https://cran.rstudio.com'))"
- cat DESCRIPTION
after_failure:
- cat /home/travis/build/dorianps/LESYMAP/LESYMAP.Rcheck/00install.out