diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 76d369e..0d3f38e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,7 +34,7 @@ README.html: README.md pd: roxygen @echo "Building static documentation..." # suppressWarnings to get rid of mbcsToSbcs warnings when plotting the 'ยต' character - "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(pkgdown::build_site())' + "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(pkgdown::build_site(lazy=TRUE))' @echo "DONE." $(TGZ): $(pkgfiles) |