-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should use_vignette support quarto? #1997
Comments
See here for example https://cran.r-project.org/web//packages//quarto/vignettes/hello.html |
That said, I found this quote from Packages 2e:
|
Yeah it's good to put this on the radar now. It's quite recent that quarto is a viable vignette engine, so it makes sense for usethis to become aware of this new reality. |
pkgdown should support quarto vignettes soon (hopefully by the end of the week), so I think we should plan to make this an option, and then over the next few years transition to making it the default for new vignettes. |
Also |
This is probably too big to fully resolve during tidyverse dev day, but it's a meaty issue that one could certainly get a decent start on. Probably best to begin with some planning and discussion (versus quickly starting a PR). |
I'm not sure if this is a feature request, an opinion request or something else.
I am building a package and want to include some vignettes. The community is, broadly speaking, moving from Rmd to qmd. The
use_vignette()
function assumes you want all your vignettes in Rmd format.I'm wondering if we are generally happy to use Rmd for vignettes still or if there is likely going to be a shift towards using quarto here also? Obviously in the latter case a change in
use_vignette
would be needed also.The text was updated successfully, but these errors were encountered: