Skip to content

Helper functions and templates to manage the INBO/protocols repository.

License

Notifications You must be signed in to change notification settings

inbo/protocolhelper

Repository files navigation

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

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