Summary and Schedule

This is a lesson about how to use the targets R package for maintaining efficient data analysis workflows.

The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.

Local setup


Follow these instructions to install the required software on your computer.

R

install.packages(
  c(
    "conflicted",
    "crew",
    "palmerpenguins",
    "quarto",
    "tarchetypes",
    "targets",
    "tidyverse",
    "visNetwork"
  )
)

Alternative: In the cloud


There is a Posit Cloud instance with RStudio and all necessary packages pre-installed available, so you don’t need to install anything on your own computer. You may need to create an account (free).

Click this link to open: https://posit.cloud/content/6064275