diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 11:38:43 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 11:38:43 +0200 |
commit | c4a35c0e141a4bb05ba508914bebdc2884109e76 (patch) | |
tree | 81464f3e17e683dfc7614dadf0899850517954f7 /GNUmakefile | |
parent | dd65f3503e9d091c82aedcf91635fcf40f778bf9 (diff) |
Exclude more example code from CRAN checks
to avoid NOTES about long execution times.
Static documentation rebuilt by pkgdown with run_dont_run = TRUE
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2ad613c4..be2e6675 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -74,7 +74,7 @@ vignettes/%.html: vignettes/mkin_vignettes.css vignettes/references.bib vignette vignettes: vignettes/mkin.html vignettes/FOCUS_D.html vignettes/FOCUS_L.html vignettes/FOCUS_Z.html vignettes/compiled_models.html pd: - "$(RBIN)/Rscript" -e "pkgdown::build_site()" + "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE)" git add -A git commit -m 'Static documentation rebuilt by pkgdown' -e |