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
> >
> >
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.
> to
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 Uwe
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 tha
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
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
> its
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
ord
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 to
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
itself are '.qmd' files built with quarto.
While developing the feature, I