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

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

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)