Langeraert, Ward
Workshop of {targets} R package for team BMK (INBO, 2025).
The slides are provided in slides/slides.qmd.
They can be rendered using different tools as explained here.
To work on the exercises, install the following packages.
install.packages(c("targets", "tarchetypes", "frictionless", "here"))The following packages are suggested for data handling and visualisation.
install.packages(c("sf", "dplyr", "ggplot2"))1. In the exercises, we will load the example data from the b3data data package. How to do this is explained in the README of this repo.
2. {targets} R package documentation (link).
3. {tarchetypes} R package documentation (link).
Within this repository, you can check coding style and spelling using the checklist package:
# Check coding style
checklist::check_lintr()
# Check spelling
checklist::check_spelling()