[R-pkg-devel] Vignette error: "there is no package called 'markdown'"
Spencer Graves
@pencer@gr@ve@ @end|ng |rom e||ect|vede|en@e@org
Sat Jun 29 15:00:30 CEST 2024
That was it. Thanks very much.
Now I can go back to working on the "[.findFn" problem that you
helped me identify. (I translated the Sweave vignette to RMarkdown to
isolate that. Progress, with your help.)
Spencer
On 6/29/24 04:47, Ivan Krylov wrote:
> В Fri, 28 Jun 2024 22:55:23 -0500
> Spencer Graves <spencer.graves using effectivedefense.org> пишет:
>
>> I'm getting, "Error: processing vignette 'sos.Rmd' failed
>> with diagnostics: there is no package called 'markdown'":
>>
>>
>> https://github.com/sbgraves237/sos/actions/runs/9721300082/job/26833793243
>>
>>
>> This is in:
>>
>>
>> https://github.com/sbgraves237/sos/blob/master/vignettes/sos.Rmd
>
> This is an rmarkdown vignette, but you're setting
> \VignetteBuilder{knitr::knitr}. Does the error go away if you set
> \VignetteBuilder{knitr::rmarkdown}?
>
> Also, it's best to put both knitr and rmarkdown in the VignetteBuilder
> field of the DESCRIPTION, because both packages are required to process
> the vignette successfully.
>
More information about the R-package-devel
mailing list