Skip to content

Commit

Permalink
binary packages manually specified in the travis configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
khaors committed Jul 7, 2019
1 parent 7a2937a commit d8a4aee
Showing 1 changed file with 41 additions and 7 deletions.
48 changes: 41 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,57 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

dist: trusty
language: r
r:
- release
- devel

language: R
sudo: false
sudo: true
dist: trusty
cache: packages
warnings_are_errors: true

repos:
CRAN: https://cloud.r-project.org
ropensci: http:https://packages.ropensci.org
ropensci: http:https://packages.ropensci.org

r_binary_packages:
- gsl
- Rcpp
- dplyr
- ggplot2
- stringi
- stringr
- 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

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 apt-get install libgsl-dev
- sudo add-apt-repository -y ppa:texlive-backports/ppa
- Rscript -e 'update.packages(ask = FALSE)'

0 comments on commit d8a4aee

Please sign in to comment.