Re: [R-pkg-devel] irrecoverable exception occurred during CRAN submission checks

2020-06-03 Thread Daniel Lüdecke
Hi Dirk, the package in question is "insight" (https://cran.r-project.org/package=insight). Since a few days, the test for the panelr-package fails, because panelr itself fails on many systems (https://cran.r-project.org/web/checks/check_results_panelr.html). I *think* this is due to an update of

Re: [R-pkg-devel] irrecoverable exception occurred during CRAN submission checks

2020-06-03 Thread Dirk Eddelbuettel
Daniel, On 3 June 2020 at 10:18, Daniel Lüdecke wrote: | I just submitted an update of my package to CRAN and it does not pass | incoming checks. While local checks, win-builder and GitHub CI | (Mac/Win/Linux) all pass, I get the Note you see below for the checks during | submission process. I h

[R-pkg-devel] irrecoverable exception occurred during CRAN submission checks

2020-06-03 Thread Daniel Lüdecke
Hello, I just submitted an update of my package to CRAN and it does not pass incoming checks. While local checks, win-builder and GitHub CI (Mac/Win/Linux) all pass, I get the Note you see below for the checks during submission process. I have no idea why this happens and see this message for the

Re: [R-pkg-devel] [External] Guidelines on use of snow-style clusters in R packages?

2020-06-03 Thread luke-tierney
The basic principle I would follow is to make sure your code only goes parallel with explicit permission from the end user. One way to do that is accept a cluster from the caller; another is to create and shut down your won cluster if a global option is set (via options() or a mechanism of your ow

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

2020-06-03 Thread David Hugh-Jones
Thank you for these suggestions. Google fonts sounds like quite an easy approach. David On Wed, 3 Jun 2020 at 10:03, David Gohel wrote: > 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/pack

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] Including fonts in an rmarkdown vignette

2020-06-03 Thread Maëlle SALMON via R-package-devel
Hi, I've recently seen an example of a package that provides its own fonts for a vignette. See links in https://blog.r-hub.io/2020/06/03/vignettes/#pretty-vignettes In that same post I link to a workaround I saw on this list https://www.mail-archive.com/r-package-devel@r-project.org/msg02921