Re: [R-pkg-devel] CRAN checks for release of a package with new vignette engine

2024-03-04 Thread Christophe Dervieux
I just re-submitted now. Thank you. Best regards, Christophe On Mon, Mar 4, 2024 at 4:57 PM Uwe Ligges wrote: > > OK, can you pls submit that one to CRAN again? > > Best, > Uwe Ligges > > On 04.03.2024 16:53, Christophe Dervieux wrote: > > Hi, > > > > yes I have defined in DESCRIPTION > > >

Re: [R-pkg-devel] CRAN checks for release of a package with new vignette engine

2024-03-04 Thread Uwe Ligges
OK, can you pls submit that one to CRAN again? Best, Uwe Ligges On 04.03.2024 16:53, Christophe Dervieux wrote: Hi, yes I have defined in DESCRIPTION VignetteBuilder: quarto and running `tools:::loadVignetteBuilder` on the package source directory reads it correctly. >

Re: [R-pkg-devel] CRAN checks for release of a package with new vignette engine

2024-03-04 Thread Christophe Dervieux
Hi, yes I have defined in DESCRIPTION VignetteBuilder: quarto and running `tools:::loadVignetteBuilder` on the package source directory reads it correctly. > tools:::loadVignetteBuilder(".") [1] "quarto" "utils" Best regards, Christophe On Mon, Mar 4, 2024 at 4:40 PM

Re: [R-pkg-devel] CRAN checks for release of a package with new vignette engine

2024-03-04 Thread Uwe Ligges
So you have defined VignetteBuilder: quarto ?? Best, Uwe On 26.02.2024 21:28, Jeroen Ooms wrote: On Mon, Feb 26, 2024 at 5:50 PM Christophe Dervieux wrote: Hi, I am trying to release a new version of the quarto R package. This new version is adding support for a new vignette engine

Re: [R-pkg-devel] CRAN checks for release of a package with new vignette engine

2024-02-27 Thread Christophe Dervieux
Thank you. I wasn't aware of this bug report [1] but definitely what I encountered while working on the feature, and for CI testing. My understanding is similar to Jeroen, and I believe it will solve itself once the new version is made available. Is the following step to reply to the CRAN teams

Re: [R-pkg-devel] CRAN checks for release of a package with new vignette engine

2024-02-26 Thread Jeroen Ooms
On Mon, Feb 26, 2024 at 5:50 PM Christophe Dervieux wrote: > > Hi, > > I am trying to release a new version of the quarto R package. This new > version is adding support for a new vignette engine that will use quarto > CLI (https://quarto.org) when available. The vignettes inside the package >

Re: [R-pkg-devel] CRAN checks for release of a package with new vignette engine

2024-02-26 Thread Christophe Dervieux
Thank you for your reply. I understand from the reply that the package is installed first from the built .tar.gz uploaded before R CMD check is ran on the bundle. I made my assumption based on experience on CI environment where I needed to explicitly install the package before running checks in

Re: [R-pkg-devel] CRAN checks for release of a package with new vignette engine

2024-02-26 Thread Duncan Murdoch
Could you show us the install and check logs for the problematic platform? I don't think you'd get to the message you quote unless the install succeeded, so I think your diagnosis of the problem isn't right. But maybe I'm wrong about that, and the install failed, perhaps because the Quarto