README.md

ICAMSxtra

R build
status AppVeyor build
status

Installation

Get the stable version

Install the latest stable version from GitHub:

if (!requireNamespace("remotes", quietly = TRUE)) {
  install.packages("remotes")
}
remotes::install_github(repo = "steverozen/ICAMSxtra")

Get the development version

To use new features in the development version, you can install ICAMSxtra from the master branch on GitHub, which may not be stable:

if (!requireNamespace("remotes", quietly = TRUE)) {
  install.packages("remotes")
}
remotes::install_github(repo = "steverozen/ICAMSxtra", ref = "master")

Reference manual

https://github.com/steverozen/ICAMSxtra/blob/v0.1.0-branch/ICAMSxtra_0.1.0.pdf



steverozen/ICAMSxtra documentation built on Feb. 9, 2022, 7:01 a.m.