Skip to content
/ quarto Public

❗ This is a read-only mirror of the CRAN R package repository. quarto — R Interface to 'Quarto' Markdown Publishing System. Homepage: https://github.com/quarto-dev/quarto-rhttps://quarto-dev.github.io/quarto-r/ Report bugs for this package: https://github.com/quarto-dev/quarto-r/issues

Notifications You must be signed in to change notification settings

cran/quarto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarto quarto website

CRAN status R-CMD-check Codecov test coverage

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/.

Installing the package

Latest released version from CRAN

# latest release version 
install.packages("quarto")

Latest dev version from Github

# dev version
pak::pak("quarto-dev/quarto-r")
# or
remotes::install_github("quarto-dev/quarto-r")

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.

About

❗ This is a read-only mirror of the CRAN R package repository. quarto — R Interface to 'Quarto' Markdown Publishing System. Homepage: https://github.com/quarto-dev/quarto-rhttps://quarto-dev.github.io/quarto-r/ Report bugs for this package: https://github.com/quarto-dev/quarto-r/issues

Resources

Stars

Watchers

Forks

Packages

No packages published