https://github.com/posit-dev/positron-pharma-quickstart
Materials for an introductory tour of positron
https://github.com/posit-dev/positron-pharma-quickstart
Last synced: 9 days ago
JSON representation
Materials for an introductory tour of positron
- Host: GitHub
- URL: https://github.com/posit-dev/positron-pharma-quickstart
- Owner: posit-dev
- Created: 2026-05-01T03:28:02.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-04T15:58:57.000Z (about 1 month ago)
- Last Synced: 2026-05-04T17:37:36.281Z (about 1 month ago)
- Language: Rich Text Format
- Size: 33 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains classroom material to show a team how to do in Positron the things they used to do in RStudio.
1. Slides - [slides.pdf](https://github.com/posit-dev/positron-pharma-quickstart/blob/main/slides.pdf)
2. Analysis example to practice a python/R to quarto/Notebook to Connect workflow
+ [R.qmd](https://github.com/posit-dev/positron-pharma-quickstart/blob/main/R.qmd)
+ [python.qmd](https://github.com/posit-dev/positron-pharma-quickstart/blob/main/python.qmd)
+ [python.ipynb](https://github.com/posit-dev/positron-pharma-quickstart/blob/main/python.ipynb)
3. Function writing example with built in bug to use the debugger on
+ [functions.R](https://github.com/posit-dev/positron-pharma-quickstart/blob/main/functions.R)
+ [functions.py](https://github.com/posit-dev/positron-pharma-quickstart/blob/main/functions.py)