From f9373e361dde232b08fe7431e85bf367a1cfc269 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 27 Dec 2015 12:29:37 +0100 Subject: Another useless variant to avoid warnings in staticdoc plots --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index bd1e053..b30c721 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -42,6 +42,8 @@ sd: roxygen 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