aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-12-27 12:29:37 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-12-27 12:29:37 +0100
commitf9373e361dde232b08fe7431e85bf367a1cfc269 (patch)
tree4b15bdd16b887407f3c711334e0c129e26d214d6 /GNUmakefile
parent3a579d87820ccbec514f1be5eb090e874fd87eec (diff)
Another useless variant to avoid warnings in staticdoc plots
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
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)

Contact - Imprint