-
Notifications
You must be signed in to change notification settings - Fork 4
/
.travis.yml
56 lines (48 loc) · 877 Bytes
/
.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
# Sample .travis.yml for R projects.
#
# See README.md for instructions, or for more configuration options,
# see the wiki:
# https://github.com/craigcitro/r-travis/wiki
language: r
cache: packages
sudo: required
#dist: bionic
warnings_are_errors: false
addons:
apt:
packages:
- libpng-dev
- libfreetype6-dev
- libglu1-mesa-dev
- libgl1-mesa-dev
- libx11-dev
- libxt-dev
- x11proto-core-dev
- autotools-dev
repos:
CRAN: https://cloud.r-project.org
r_packages:
- spam64
- rgl
- Rcpp
- RcppEigen
- RcppArmadillo
- foreach
- Matrix
- MASS
- car
- Rvcg
- Morpho
- spam
- lbfgs
- colorspace
- testthat
notifications:
email:
on_success: change
on_failure: change
env:
global:
- R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
- _R_CHECK_FORCE_SUGGESTS_: false
- RGL_USE_NULL: true