The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Quarto is an open-source scientific and technical publishing system built on Pandoc.
The quarto package provides an R interface to frequently used operations in the Quarto Command Line Interface (CLI). The package is not a requirement for using Quarto with R. Rather, it provides an R interface to common Quarto operations for users who prefer to work in the R console rather than a terminal, and for package authors that want to interface with Quarto using scripts.
Before using the Quarto R package, you should install the Quarto CLI from https://quarto.org/docs/get-started/.
Latest released version from CRAN
# latest release version
install.packages("quarto")
Latest dev version from Github
# dev version
::pak("quarto-dev/quarto-r")
pak# or
::install_github("quarto-dev/quarto-r") remotes
or Latest build of dev version from r-universe
install.packages('quarto', repos = c('https://quarto-dev.r-universe.dev', 'https://cloud.r-project.org'))
Look at the Functions Reference page to see the list of functions available in the package.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.