From 0d958ab6f84b569b5437f231c56004890c4ae23b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 27 Sep 2016 17:50:34 +0200 Subject: Make the chents package optional --- GNUmakefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 8e505af..d6a2dd3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -40,10 +40,6 @@ sd: roxygen @echo "Building static documentation..." # suppressWarnings to get rid of mbcsToSbcs warnings when plotting the 'ยต' character cd pkg; "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(staticdocs::build_site())' - # The following workaround (setting the pdf encoding) as of stackoverflow 13251665 did not do it - #cd pkg; "$(R_HOME)/bin/Rscript" -e 'pdf.options(encoding="ISOLatin1.enc"); staticdocs::build_site()' - # The following also does not work (Konvertierungsfehler) - #cd pkg; "$(R_HOME)/bin/Rscript" -e 'options(encoding="latin1"); staticdocs::build_site()' @echo "DONE." $(TGZ): $(pkgfiles) -- cgit v1.2.1