Package: quarto Title: R Interface to 'Quarto' Markdown Publishing System Version: 1.5.1.9002 Authors@R: c( person("JJ", "Allaire", , "jj@posit.co", role = "aut", comment = c(ORCID = "0000-0003-0174-9868")), person("Christophe", "Dervieux", , "cderv@posit.co", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-4474-2498")), person("Posit Software, PBC", role = c("cph", "fnd")), person("Gordon", "Woodhull", role = "ctb") ) Description: Convert R Markdown documents and 'Jupyter' notebooks to a variety of output formats using 'Quarto'. License: MIT + file LICENSE URL: https://github.com/quarto-dev/quarto-r, https://quarto-dev.github.io/quarto-r/ BugReports: https://github.com/quarto-dev/quarto-r/issues Depends: R (>= 4.1.0) Imports: cli, fs, htmltools, jsonlite, later, lifecycle, processx, rlang, rmarkdown, rstudioapi, tools, utils, xfun, yaml (>= 2.3.10) Suggests: brand.yml, bslib (>= 0.9.0), callr, curl, dplyr, flextable, ggiraph, ggplot2, gt, heatmaply, kableExtra, knitr, palmerpenguins, patchwork, pkgload, plotly, rsconnect (>= 0.8.26), testthat (>= 3.1.7), thematic, tidyverse, tinytable, whoami, withr VignetteBuilder: quarto Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: Quarto command line tool (). Config/pak/sysreqs: cmake make libuv1-dev Repository: https://quarto-dev.r-universe.dev Date/Publication: 2026-05-21 11:41:10 UTC RemoteUrl: https://github.com/quarto-dev/quarto-r RemoteRef: HEAD RemoteSha: 65ad2a42c6c079e712ab69fad93202984ee40d59 NeedsCompilation: no Packaged: 2026-06-13 13:11:21 UTC; root Author: JJ Allaire [aut] (ORCID: ), Christophe Dervieux [cre, aut] (ORCID: ), Posit Software, PBC [cph, fnd], Gordon Woodhull [ctb] Maintainer: Christophe Dervieux