Skip to content

dlab-berkeley/efficient-reproducible-project-management-in-R

Repository files navigation

Efficient and Reproducible Project Management in R

by Jae Yeon Kim

File an issue if you have problems, questions or suggestions.

Overview

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.

Learning objectives

Prerequisites

Basic familiarity with R required.

Setup

  1. Install the following two packages in R.
pacman::p_load(
  tidyverse, # tidyverse 
  here # computational reproducibility 
  )
  1. Install RStudio and Git.

  2. Sign up a GitHub account (if you haven't) also don't forget to set up your user name and email.

  3. In the terminal, type the following command:

git clone https://github.com/dlab-berkeley/efficient-reproducible-project-management-in-R

References

This work is licensed under a Creative Commons Attribution 4.0 International License.

About

Efficient and Reproducible Project Management in R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages