add version 2.0-1 to r-compositions (#20865)

This commit is contained in:
Glenn Johnson 2021-01-15 03:06:45 -06:00 committed by GitHub
parent 1b78ca678a
commit bf6b8cfe6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,22 @@
class RCompositions(RPackage):
"""Compositional Data Analysis"""
"""Compositional Data Analysis
Provides functions for the consistent analysis of compositional data (e.g.
portions of substances) and positive numbers (e.g. concentrations) in the
way proposed by J. Aitchison and V. Pawlowsky-Glahn."""
homepage = "https://cloud.r-project.org/package=compositions"
url = "https://cloud.r-project.org/src/contrib/compositions_1.40-2.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/compositions"
version('2.0-1', sha256='84a291308faf858e5a9d9570135c2da5e57b0887f407903485fa85d09da61a0f')
version('1.40-2', sha256='110d71ae000561987cb73fc76cd953bd69d37562cb401ed3c36dca137d01b78a')
depends_on('r@2.2.0:', type=('build', 'run'))
depends_on('r-tensora', type=('build', 'run'))
depends_on('r-robustbase', type=('build', 'run'))
depends_on('r-energy', type=('build', 'run'))
depends_on('r-bayesm', type=('build', 'run'))
depends_on('r-mass', when='@2.0-1:', type=('build', 'run'))
depends_on('r-energy', when='@:1.40-2', type=('build', 'run'))