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
- Host: GitHub
- URL: https://github.com/posit-dev/positron-workshop
- Owner: posit-dev
- License: cc-by-sa-4.0
- Created: 2025-05-15T20:24:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-08T02:25:39.000Z (8 months ago)
- Last Synced: 2025-12-25T16:18:39.371Z (4 months ago)
- Language: Lua
- Homepage: https://posit-dev.github.io/positron-workshop/
- Size: 127 MB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.