forked from braverock/PerformanceAnalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
50 lines (40 loc) · 845 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
language: r
dist: trusty
# need sudo
sudo: true
# cache packages because devtools is a beast
cache: packages
# Be strict when checking our package
warnings_are_errors: false
# don't build the vignette
r_build_args: "--no-build-vignettes"
r_check_args: "--no-build-vignettes --ignore-vignettes --as-cran"
# System dependencies
#apt_packages:
# - libcurl4-openssl-dev
# - libxml2-dev
# Binaries from Michael Rutter's ppa
r_binary_packages:
- car
- gplots
- Hmisc
- quadprog
- RColorBrewer
- robustbase
- testthat
- timeseries
- tseries
- xts
- zoo
# Done via install.packages
r_packages:
- dygraphs
- gamlss
- gamlss.dist
- MASS
# Install the bleeding edge version of a package from github (eg to pick
# up a not-yet-released bugfix)
#r_github_packages:
# - joshuaulrich/xts
# - braverock/blotter
# - ramnathv/rCharts