diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-12-27 12:29:37 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-12-27 12:29:37 +0100 |
commit | f9373e361dde232b08fe7431e85bf367a1cfc269 (patch) | |
tree | 4b15bdd16b887407f3c711334e0c129e26d214d6 /GNUmakefile | |
parent | 3a579d87820ccbec514f1be5eb090e874fd87eec (diff) |
Another useless variant to avoid warnings in staticdoc plots
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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) |