Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstats-wtf/what-they-forgot
"What They Forgot to Teach You About R" website / eBook
https://github.com/rstats-wtf/what-they-forgot
Last synced: 16 days ago
JSON representation
"What They Forgot to Teach You About R" website / eBook
- Host: GitHub
- URL: https://github.com/rstats-wtf/what-they-forgot
- Owner: rstats-wtf
- License: other
- Created: 2018-01-31T04:47:38.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T07:17:13.000Z (7 months ago)
- Last Synced: 2024-04-14T04:10:29.741Z (7 months ago)
- Language: Lua
- Homepage: https://rstats.wtf
- Size: 20.1 MB
- Stars: 405
- Watchers: 22
- Forks: 83
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What They Forgot to Teach You About R
Rendered site: [rstats.wtf](https://rstats.wtf)
Netlify preview URL:
The initial impetus for creating these materials is a two-day hands-on workshop. The target learner:
* Has a moderate amount of R and RStudio experience.
* Is largely self-taught.
* Suspects they have drifted into some idiosyncratic habits that may slow
them down or make their work products more brittle.
* Is interested in (re)designing their R lifestyle, to be more effective and
more self-sufficient.The in-person workshops are still the primary delivery method for this content, but we've begun recording prose versions of this content, in order to make it more widely available and for participants to refer back to. Warning: these materials absolutely do not constitute a self-contained "book", nor do they capture all workshop content.
We focus on building holistic and project-oriented workflows that address the most common sources of friction in data analysis, *outside of doing the statistical analysis itself*.
## Workshops
Upcoming and past offerings:
* [rstudio::conf 2020](https://rstudio.com/conference/), San Francisco, CA,
January 27 & 28 Training Days
* rstudio::conf January 2019, Austin, TX
* 2018 October 4 & 5, Seattle, WA
* rstudio::conf January 2018, San Diego, CA
The workshops typically include substantial components that draw on other materials, such as:* [Happy Git and GitHub for the useR](https://happygitwithr.com)
* Iterating well with the purrr package
- [purrr tutorial](https://jennybc.github.io/purrr-tutorial/)
- [Row-oriented workflows in R with the tidyverse](https://github.com/jennybc/row-oriented-workflows#readme)