background-image: url(https://i.imgur.com/CVIZGyY.jpg) background-position: top background-size: 100% class: inverse, shadow # My Organization's First R package ## Welcome! ## `rstudio::conf(2020L)` --- class: inverse, center, middle # **In R, the fundamental unit of shareable code is the package.** .pull-right[—Hadley Wickham] --- class: middle, center # Who are we <img src="img/whoarewe.png" width="90%" height="90%" style="display: block; margin: auto;" /> --- # Why use internal R packages? -- ## Share code -- ## Standardize your workflow -- ## The ecosystem -- ## Save time!!!! --- # Community examples ## ["How R helps Airbnb make the most of its data"](https://peerj.com/preprints/3182/) -- ## ["How the BBC Visual and Data Journalism team works with graphics in R"](https://medium.com/bbc-visual-and-data-journalism/how-the-bbc-visual-and-data-journalism-team-works-with-graphics-in-r-ed0b35693535) -- ## ["Building an R community at the Urban Institute"](https://medium.com/@urban_institute/building-an-r-community-at-the-urban-institute-b66739aaaaa7) -- ## For more examples and patterns, check out ["Resource Round-Up: R in Industry Edition"](https://emilyriederer.netlify.com/post/resource-roundup-r-in-industry-edition/) by Emily Riederer --- class: center, middle <img src="img/day1.png" width="90%" height="90%" style="display: block; margin: auto;" /> --- class: center, middle <img src="img/day2.png" width="90%" height="90%" style="display: block; margin: auto;" /> --- class: inverse, center, middle # **This course is hands on!** # Each section has an exercises file: **`exercises.Rmd`** --- # exercises.Rmd <img src="img/overview.png" width="100%" height="100%" style="display: block; margin: auto;" /> --- # code chunks <img src="img/code_chunks.png" width="75%" height="75%" style="display: block; margin: auto;" /> --- # Project contents If you're on local: ``` ├── materials ├── day1/ └── day2/ ``` In each module: ``` ├── 01-setup ├── 01_avalanchr.Rproj ├── DESCRIPTION ├── NAMESPACE ├── R/ ├── exercises.Rmd └── slides.pdf ``` --- class: center, middle <img src="img/help.png" width="75%" height="75%" style="display: block; margin: auto;" /> --- ## Your Turn 1 ## Introduce yourself to your neighbors. We have lots of people to help you out today, but the person sitting next to you might be your best resource!