knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Go to vignette("getting_started", package = "checklist") when you want to use checklist on an R package.

Starting a new project from scratch

Run create_project(path, project). path must be an existing directory. project is the name of the project. create_project() creates the project as a subdirectory of path with name project. It then guides you interactively through the process by asking questions on your preferences on the project. We recommend to answer yes to all yes/no questions. Use setup_project() when you want to change the settings later.

Add or update checklist tools in an existing project

Run setup_project(path_to_your_project). This works on existing projects with or without a previous set-up of checklist. In case of a previous set-up, it will take that into account.

To do once after activating version control



inbo/checklist documentation built on June 15, 2025, 12:54 p.m.