-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.travis.yml
63 lines (55 loc) · 1.11 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
language: r
latex: true
warnings_are_errors: TRUE
r_check_args: '--ignore-vignettes'
r_build_args: '--no-build-vignettes'
cache:
- packages
- ccache
before_install:
- sudo apt-get install jags libgit2-dev libharfbuzz-dev libfribidi-dev
env:
- WARNINGS_ARE_ERRORS=1
_R_CHECK_FORCE_SUGGESTS_=true
_R_CHECK_CRAN_INCOMING_=true
repos:
CRAN: https://cloud.r-project.org
ropensci: http://packages.ropensci.org
matrix:
include:
- r: release
r_packages:
- devtools
- Rcpp
- RcppArmadillo
- runjags
- hypergeo
- logspline
- testthat
- R.rsp
- rjags
- remotes
- knitr
- rmarkdown
- r: devel
r_packages:
- devtools
- Rcpp
- RcppArmadillo
- runjags
- hypergeo
- logspline
- testthat
- R.rsp
- rjags
- remotes
- knitr
- rmarkdown
notifications:
email:
on_success: change
on_failure: change
# r_github_packages:
# - jimhester/covr
# after_success:
# - Rscript -e 'library(covr);coveralls()'