Quarto articles?
I write many "vignettes" that I promptly add to the .Rbuildignore. I don't want to send them to CRAN, but love adding helpful articles to the pkgdown site. Any chance that there will be support for quarto articles (not vignettes)?
Related to suggestion in https://github.com/r-lib/usethis/issues/1671.
I agree with @ldecicco-USGS :) There are some very nice handy dandy features made avaialble by quarto that I would like in my articles but not vignettes.
Quarto is now available on CRAN, so this is moving up the priority list.
Quarto is now available on CRAN, so this is moving up the priority list.
@hadley Could you please give us the documentation for how to create Quarto articles with our CRAN packages? Or is it as simple as using .qmd files where we used to use .Rmd?
@Tripartio, see here: https://github.com/quarto-dev/quarto-cli/discussions/2307
@tripartio also see here: https://github.com/quarto-dev/quarto-r/pull/57
I could not find online documentation, but the procedure is described in vignette("hello", package = "quarto").
I was not able to make real quarto syntax (like tabs) work yet though.
I've implemented a first pass at this, which covers the features that seemed most critical to me. Please try it out and let me know what doesn't work!