inbo / protocolhelper

Helper functions and templates to manage the INBO/protocols repository.
https://inbo.github.io/protocolhelper/
GNU General Public License v3.0
5 stars 0 forks source link

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