forked from rstats-wtf/what-they-forgot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
45 lines (34 loc) · 2.54 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: "What They Forgot to Teach You About R"
author: "Jennifer Bryan, Jim Hester"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: jennybc/what-they-forgot
description: "The stuff you need to know about R, besides statistical analysis."
---
# WTF {-}
## In-person workshops
The impetus for developing and assembling these materials is a two-day hands-on workshop. It is designed for experienced R and RStudio users who want to (re)design their R lifestyle. 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*.
Warning: these materials absolutely do not constitute a self-contained "book", nor do they capture all workshop content. But it is useful to us to organize and share certain excerpts in this format.
Repo that makes this site: <https://github.com/jennybc/what-they-forgot>
Past and future offerings:
* rstudio::conf 2018, San Diego, CA
* Seattle, WA, 2018 October 4 & 5 at The Westin Seattle
* [rstudio::conf 2019](https://www.rstudio.com/conference/), Austin, TX
* *an offering during 2019 is likely but no details yet*
The workshops typically include substantial components that draw on other materials, such as:
* [Happy Git and GitHub for the useR](http://happygitwithr.com)
* Iterating well with the purrr package
- [purrr tutorial](https://jennybc.github.io/purrr-tutorial/) from Jenny Bryan
- [Row-oriented workflows in R with the tidyverse](https://github.com/jennybc/row-oriented-workflows#readme), originally an [RStudio webinar](https://resources.rstudio.com/webinars)
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">What They Forgot to Teach You About R</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/jennybc/what-they-forgot" property="cc:attributionName" rel="cc:attributionURL">Jennifer Bryan, Jim Hester</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```