Project Status: The project has reached a stable, usable state and is being actively developed. GitHub R build status codecov GitHub code size in bytes GitHub repo size

DOI

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

protocolhelper

The goal of protocolhelper is to provide helper functions and templates to manage the INBO/protocolsource repository.

Installation

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")


inbo/protocolshelper documentation built on Sept. 6, 2024, 9:15 p.m.