Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 516 Bytes

File metadata and controls

40 lines (26 loc) · 516 Bytes

relm

A package generated from TypR code.

Installation

You can install the development version from GitHub:

# install.packages("devtools")
devtools::install_github("we-data-ch/relm")

Usage

library(relm)

# Your functions will be available here
relm(component)

Development

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