An open API service indexing awesome lists of open source software.

https://github.com/posit-dev/positron-workshop

Half-day workshop introducing R/RStudio users to Positron
https://github.com/posit-dev/positron-workshop

Last synced: about 1 month ago
JSON representation

Half-day workshop introducing R/RStudio users to Positron

Awesome Lists containing this project

README

          

# Positron Workshop

This repo hosts materials for a half-day introduction to Positron particularly for R and RStudio users.

## Events

This workshop will be delivered at several events in 2025:

* [RaukR](raukr.qmd) with Jenny Bryan, June 2025
* [Cascadia R Conf](caskdr.qmd) with Charlotte Wickham, June 2025
* [USCOTS](uscots.qmd) with Mine Çetinkaya-Rundel and Hadley Wickham, July 2025
* [useR](useR.qmd) with Jenny Bryan and Julia Silge, August 2025

## Workflow

Preview the website locally with:

```bash
quarto preview
```

Modules need a landing page in `modules/` and a slide deck in `slides/`---these files should have the same slug.
Use the `include` shortcode to include the slide deck on the landing page:

```markdown
{{< include _slides.md >}}
```

The rest of the landing page can be used for links, code, or other content you want easily accessible to participants.