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

hrm

Lifecycle: stable R-CMD-check Codecov test coverage GitHub release

Easily install, load and update an R package ecosystem for performing analyses of high resolution metabolomics data.

hrm packages include:

Installation

Install the hrm package from GitHub using:

remotes::install_github('jasenfinch/hrm')

Usage

Loading the hrm packages will load the included R packages.

library(hrm)

Alteratively, these packages can be loaded using the following, without loading the hrm package directly.

hrm::hrmAttach()

A vector of the current hrm packages can be found by:

hrmPackages()

hrm associated packages can be updated using:

hrmUpdate()


jasenfinch/hrm documentation built on March 29, 2023, 9:43 p.m.