The goal of protocolhelper is to provide helper functions and templates to manage the INBO/protocolsource repository.
You can install protocolhelper with:
# Enable inbo r-universe
options(repos = c(
inbo = 'https://inbo.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Install the package
install.packages('protocolhelper')
# alternatively: install from github
if (!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("inbo/protocolhelper")