A package generated from TypR code.
You can install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("we-data-ch/relm")library(relm)
# Your functions will be available here
relm(component)
This package is generated from TypR source code located in the TypR/ directory.
To build the package:
# Check and build
typr check
typr build
# Run tests
typr test
# Build and run
typr run