by Jae Yeon Kim
File an issue if you have problems, questions or suggestions.
This workshop introduces tools and techniques to make a data science project efficient and reproducible in R. I recommend taking this workshop (1) if you have experienced difficulties organizing your project or (2) intend to share your code with other researchers (in a team or with the public). Science advances through the accumulation of reliable knowledge. A research project should be at the very least reproducible and, ideally, efficiently organized to make replication easy.
- Part 1: Organizing files and code
- Part 2: Making a project computationally reproducible and self-contained
Basic familiarity with R required.
- Install the following two packages in R.
pacman::p_load(
tidyverse, # tidyverse
here # computational reproducibility
)
-
# a GitHub account (if you haven't) also don't forget to set up your user name and email.
-
In the terminal, type the following command:
git clone https://github.com/dlab-berkeley/efficient-reproducible-project-management-in-R
-
RStudio-Project-Management by Evan Muzzall
This work is licensed under a Creative Commons Attribution 4.0 International License.