diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-13 11:26:03 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-13 11:26:03 +0200 |
commit | 6937e41d317b953d8246203814500166dbe89470 (patch) | |
tree | bc996f7c454c3780368adc989fd562eae30fc591 /GNUmakefile | |
parent | c8bfe56bd627e1945815631ce5c2ac27333fa246 (diff) |
Temporarily remove @example tags
Due to r-lib/roxygen2#1158
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index b049fac..fdf9b80 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -54,12 +54,12 @@ test: build quickcheck: build @echo "Running check..." - "$(R_HOME)/bin/R" CMD check $(TGZ) --no-tests + _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(R_HOME)/bin/R" CMD check $(TGZ) --no-tests @echo "DONE." check: build @echo "Running CRAN check..." - "$(R_HOME)/bin/R" CMD check --as-cran $(TGZ) + _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(R_HOME)/bin/R" CMD check --as-cran $(TGZ) @echo "DONE." install: build |