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
- Host: GitHub
- URL: https://github.com/henrikbengtsson/aroma.core
- Owner: HenrikBengtsson
- Created: 2014-06-15T01:32:43.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-17T06:04:20.000Z (about 1 year ago)
- Last Synced: 2025-03-31T15:24:25.652Z (about 1 month ago)
- Topics: cran, package, r
- Language: R
- Homepage: https://cran.r-project.org/package=aroma.core
- Size: 2.35 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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.