Skip to content

Commit

Permalink
additional options specified in travis configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
khaors committed Jul 7, 2019
1 parent d8a4aee commit 84089ed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ repos:
CRAN: https://cloud.r-project.org
ropensci: http:https://packages.ropensci.org

env:
global:
- R_MAX_NUM_DLLS=999
- _R_CHECK_FORCE_SUGGESTS_=true
- _R_CHECK_CRAN_INCOMING_=true

r_binary_packages:
- Rcpp
- dplyr
Expand Down Expand Up @@ -48,8 +54,8 @@ r_binary_packages:
- knitcitations
- knitr

r_build_args: "--no-manual --no-resave-data"
r_check_args: "--no-build-vignettes --no-manual --timings"
#r_build_args: "--no-manual --no-resave-data"
#r_check_args: "--no-build-vignettes --no-manual --timings"

before_install:
- sudo apt-get install libgsl0ldbl
Expand Down

0 comments on commit 84089ed

Please sign in to comment.