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.gra...@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.
______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel