An open API service indexing awesome lists of open source software.

https://github.com/henrikbengtsson/aroma.core

🔬 R package: aroma.core - Core Methods and Classes Used by 'aroma.*' Packages Part of the Aroma Framework
https://github.com/henrikbengtsson/aroma.core

cran package r

Last synced: about 1 month ago
JSON representation

🔬 R package: aroma.core - Core Methods and Classes Used by 'aroma.*' Packages Part of the Aroma Framework

Awesome Lists containing this project

README

        


CRAN check status R CMD check status Coverage Status

# aroma.core: Core Methods and Classes Used by 'aroma.*' Packages Part of the Aroma Framework

## Installation
R package aroma.core is available on [CRAN](https://cran.r-project.org/package=aroma.core) and can be installed in R as:
```r
install.packages("aroma.core")
```

### Pre-release version

To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/aroma.core", ref="develop")
```
This will install the package from source.