From e4d59ceb63a638b28af3f5302a4fb704e53e4146 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Thu, 19 Mar 2020 08:51:16 -0700 Subject: [PATCH] check args for travis file, no manual, no build vignette, as cran [skip appveyor] --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5317ebe..b79c194 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,7 @@ notifications: email: on_success: change on_failure: change + +env: + global: + - R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"