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