Re: [R-pkg-devel] Including fonts in an rmarkdown vignette

2020-06-03 Thread David Gohel
David If you are ok to use one of the fonts available on google font, you could use package gfonts (in Suggests): https://cran.r-project.org/web/packages/gfonts/vignettes/gfonts.html As it will be « inline », your document

Re: [R-pkg-devel] Check Flavor r-devel-linux-x86_64-debian-clang charset

2019-04-11 Thread David Gohel
m not sure this is the best solution: # Only when not windows has_locale <- Sys.which("locale") != "" is_utf_8 <- has_locale && (system(command = "locale charmap", intern = TRUE) == "UTF-8") If someone has an advice, it will be welcomed :)

[R-pkg-devel] Check Flavor r-devel-linux-x86_64-debian-clang charset

2019-04-10 Thread David Gohel
anyone know why and if that setting will stay as is? Kind regards, David Gohel [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel