https://github.com/trangdata/last-rstudio-conf
Exciting things I learn at rstudio::conf(2022)
https://github.com/trangdata/last-rstudio-conf
Last synced: about 2 months ago
JSON representation
Exciting things I learn at rstudio::conf(2022)
- Host: GitHub
- URL: https://github.com/trangdata/last-rstudio-conf
- Owner: trangdata
- Created: 2022-07-28T23:20:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T19:08:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T01:35:05.456Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://trangdata.github.io/last-rstudio-conf/
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exciting things I learn at rstudio::conf(2022)
## Recordings
- [Keynotes](https://www.rstudio.com/conference/#conf-keynotes)
- [Conference talks](https://www.rstudio.com/conference/2022/2022-conf-talks/)
- [Post-conf general notes](https://www.rstudio.com/blog/talks-and-workshops-from-rstudio-conf-2022/)
## [Workshop](https://github.com/rstudio-conf-2022/) highlights
- [Quarto Get Started](https://github.com/rstudio-conf-2022/get-started-quarto)
- [Debugging (WTF)](https://rstats-wtf.github.io/wtf-debugging-slides/)
- [Conference schedule](https://www.rstudio.com/conference/2022/schedule/)
- [Function design](https://design.tidyverse.org/)
- [Snapshot tests](https://github.com/rstudio-conf-2022/pkg-dev-masterclass/blob/main/materials/6-testing-2-snapshot-tests.pdf)
- [Databases & APIs in Shiny apps](https://shinyprod.com/units/d1-04-db-api.html)
## Others
- Mine and Julia's [Quarto talk](https://mine.quarto.pub/hello-quarto/)
- [cli package](https://cli.r-lib.org/) for better error messages
- [WASM WebR, Emscripten](https://webr.gwstagg.co.uk/)
- [geoarrow](https://github.com/paleolimbot/geoarrow)
- [naniar](https://naniar.njtierney.com/): summarise, visualise, and manipulate missing data
- [gridlayout](https://rstudio.github.io/gridlayout/): layout complex dashboards, built on CSS grid
- [shinyuieditor](https://rstudio.github.io/shinyuieditor/): a drag-and-drop visual editor for your Shiny app's ui
- [Dashboard-Builder](https://github.com/petergandenberger/dashboard-builder): generate even server's code
- [shinytest2](https://rstudio.github.io/shinytest2/)
- [ggdist](https://mjskay.github.io/ggdist/): visualize distributions
- [sfdep](https://sfdep.josiahparry.com/): spatial dependence but sf and tidyverse friendly
- [diffify](https://diffify.com/): compare two package version on CRAN
- [ggtrace](https://github.com/yjunechoe/ggtrace-rstudioconf2022): get inside ggplot internals
- [Package development masterclass](https://github.com/rstudio-conf-2022/pkg-dev-masterclass/)
- Nick Strayer's on [shinyuieditor and gridlayout](https://nickstrayer.me/rstudioconf2022/videos/drag-and-drop.webm)