Positron Tutorials

R build status

About this package

positron.tutorials is a collection of tutorials for working with Positron. Covers scripts, Quarto documents, git, Github, and Quarto websites. Makes extensive use of the tools in the tutorial.helpers package.

Installation

To install the package from CRAN:

install.packages("positron.tutorials")

You can install the development version from GitHub with:

remotes::install_github("PPBDS/positron.tutorials")

Tutorials

There are seven tutorials in the package. In parentheses after the title of the tutorial, we show the code for running the tutorial. Example:

learnr::run_tutorial(name = "01-code", 
                     package = "positron.tutorials")