Re: [R-pkg-devel] gcc-san check warns for non-portable flags

2025-01-10 Thread David Gohel
I had the same this week. Yes, you should answer these are false negative results. KR, David De : R-package-devel de la part de Pepijn de Vries Date : vendredi, 10 janvier 2025 � 18:00 � : Ivan Krylov via R-package-devel Objet : [R-pkg-devel] gcc-san check warns for non-portable flags Dear f

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 s

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

2019-04-11 Thread David Gohel
Thank you! > Le 11 avr. 2019 à 10:36, Gábor Csárdi a écrit : > > I think in R you can use > ❯ l10n_info() > $MBCS > [1] TRUE > > $`UTF-8` > [1] TRUE > > $`Latin-1` > [1] FALSE > > G. > > On Thu, Apr 11, 2019 at 9:20 AM David Gohel wrote:

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

2019-04-11 Thread David Gohel
his 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
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