-
Notifications
You must be signed in to change notification settings - Fork 3
/
.travis.yml
69 lines (61 loc) · 1.13 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
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: r
r:
- release
- devel
sudo: true
dist: trusty
cache: packages
warnings_are_errors: true
repos:
CRAN: https://cloud.r-project.org
ropensci: http://packages.ropensci.org
env:
global:
- R_MAX_NUM_DLLS=999
- _R_CHECK_FORCE_SUGGESTS_=true
- _R_CHECK_CRAN_INCOMING_=true
r_binary_packages:
- stringi
- stringr
- curl
- Rcpp
- dplyr
- ggplot2
- KernSmooth
- locpol
- lokern
- lpridge
- pracma
- Matrix
- matrixcalc
- stats
- mvtnorm
- DEoptim
- GA
- GenSA
- copulaedas
- gridExtra
- methods
- minpack.lm
- pso
- shiny
- gsl
- rhandsontable
- shinyalert
- grid
- GGally
- DT
- testthat
- knitcitations
- knitr
packages:
- libcurl4-openssl-dev
- libxml2-dev
- libgsl0-dev
#r_build_args: "--no-manual --no-resave-data"
#r_check_args: "--no-build-vignettes --no-manual --timings"
before_install:
# - sudo apt-get install libgsl0ldbl
- sudo add-apt-repository -y ppa:texlive-backports/ppa
# - Rscript -e 'update.packages(ask = FALSE)'