Re: [R-pkg-devel] Warning R-hub Windows Server 2008 : qpdf needed

2020-04-22 Thread Daniel Nüst
Hi Paul, On 22.04.20 18:44, Paul SAVARY wrote: I'm having trouble checking a package (graph4lg). With devtools::check_rhub(), I obtain a warning message on Windows Server 2008 *checking data fro ASCII and uncompressed saves ... OK WARNING 'qpdf' is needed for checks on size reduction of PDFs

[R-pkg-devel] Warning R-hub Windows Server 2008 : qpdf needed

2020-04-22 Thread Paul SAVARY
Hello, I'm having trouble checking a package (graph4lg). With devtools::check_rhub(), I obtain a warning message on Windows Server 2008 *checking data fro ASCII and uncompressed saves ... OK WARNING 'qpdf' is needed for checks on size reduction of PDFs I checked that qpdf is intalled. It

Re: [R-pkg-devel] Warning R-hub Windows Server 2008 : qpdf needed

2020-04-22 Thread Gábor Csárdi
Hi, which R version was this? Can you point to a build log? qpdf is definitely installed on R-hub's Windows machines, and it is even on the PATH. Maybe the new toolchain did not find it, I have copied it to a better place now, please try again. Best, Gabor On Wed, Apr 22, 2020 at 5:44 PM Paul

Re: [R-pkg-devel] [FORGED] Math symbols in .Rd files

2020-04-22 Thread Rolf Turner
On 23/04/20 11:03 am, Bert Gunter wrote: OS: Mac OSX Catalina R Version 3.6.3 UTF-8 declared as Encoding in DESCRIPTION file First, apologies: I'm nearly certain that this has been asked (many times) before, and I think I know the answer. But I need to verify. \eqn{...} allows me to insert

[R-pkg-devel] Math symbols in .Rd files

2020-04-22 Thread Bert Gunter
OS: Mac OSX Catalina R Version 3.6.3 UTF-8 declared as Encoding in DESCRIPTION file First, apologies: I'm nearly certain that this has been asked (many times) before, and I think I know the answer. But I need to verify. \eqn{...} allows me to insert a few math symbols in .Rd files, but does not

[R-pkg-devel] Error in \donttest{} not observed with --run-donttest option

2020-04-22 Thread Tiago Olivoto
Dear all, I've submitted the v1.5.0 of my R package metan a few days ago to fix some errors related to a recent upgrade of package 'tibble' to version 3.0.0, with breaking changes described at . When checking

Re: [R-pkg-devel] [FORGED] Math symbols in .Rd files

2020-04-22 Thread Bert Gunter
Thanks, Rolf. This is very helpful. Actually, I'm not that concerned about latex --> pdf. It's the html that I want rendered nicely. So I'll see is that \enc{...} approach works and gets me through the CRAN checks. Not that the package is a big deal anyway -- just something I hope might be