CDABS R Workshop Series
2022-09-21
Chapter 1 Introduction
This book was published with bookdown.
The bookdown package can be installed from CRAN or Github:
install.packages("bookdown")
# or the development version
# devtools::install_github("rstudio/bookdown")
1.1 Acknowledgements
Chapter 1 Introduction to R and RStudio, and Chapter 2 Welcome to the Tidyverse have been adapted and remixed from
- The Data Carpentry lesson R for Social Scientists
- Introduction to R by Monash Bioinformatics Platform. Both of these lessons are licensed under CC BY-4: Creative Commons Attribution 4.0 International License
The data in Chapter 2 Welcome to the Tidyverse is from:
Van Panhuis W., Cross A., Burke D., Counts of >Measles reported in UNITED STATES OF AMERICA: >1888-2002 (version 2.0, April 1, 2018): Project >Tycho data release, DOI: 10.25337/T7/ptycho.v2.0/US.14189004
Chapter 4 Reproducible Project Management and Chapter 6 Shiny Apps adapts material from:
Chapter 4 Reproducible Reports with R Markdown adapts and remixes material from:
- R Markdown: the Definitive Guide by Yihui Xie, J.J. Allaire, and Garrett Grolemund.
- R Markdown Cookbook by Yihui Xie, Christophe Dervieux, and Emily Riederer, licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
- The Software Carpentry Lesson R for Reproducible Scientific Analysis, in particular the episode Producing Reports with knitr. This lesson is licensed under a CC-BY 4.0 license.
Chapter 6 Shiny Apps adapts material from:
- (STAT 545: Data wrangling, exploration, and analysis with R)[https://stat545.com/shiny-tutorial.html] by Jenny Bryan
1.2 License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
You are free to share and adapt this work, so long as you provide proper attribution, share any adaptations or transformations you create of the work with the same license, and do not use for commercial purposes.