diff options
author | brook <brook@pkgsrc.org> | 2019-08-09 15:50:05 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-09 15:50:05 +0000 |
commit | 69da74b14c414e79ef96f6a3771ac90966539fd0 (patch) | |
tree | c4c89730127b7d9c2265f3e5a990e63fdea543da /math/R-compositions | |
parent | 082937a52a0ded276cec389bde5f58d4871e87b0 (diff) | |
download | pkgsrc-69da74b14c414e79ef96f6a3771ac90966539fd0.tar.gz |
R-compositions: initial commit
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.
Diffstat (limited to 'math/R-compositions')
-rw-r--r-- | math/R-compositions/DESCR | 4 | ||||
-rw-r--r-- | math/R-compositions/Makefile | 19 | ||||
-rw-r--r-- | math/R-compositions/distinfo | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/math/R-compositions/DESCR b/math/R-compositions/DESCR new file mode 100644 index 00000000000..fa5174f551b --- /dev/null +++ b/math/R-compositions/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/math/R-compositions/Makefile b/math/R-compositions/Makefile new file mode 100644 index 00000000000..0111b04f482 --- /dev/null +++ b/math/R-compositions/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2019/08/09 15:50:05 brook Exp $ + +R_PKGNAME= compositions +R_PKGVER= 1.40-2 +CATEGORIES= math + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Compositional data analysis +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 + +DEPENDS+= R-bayesm>=3.1.3:../../finance/R-bayesm +DEPENDS+= R-energy>=1.7.6:../../math/R-energy +DEPENDS+= R-robustbase>=0.93.5:../../math/R-robustbase +DEPENDS+= R-tensorA>=0.36.1:../../math/R-tensorA + +USE_LANGUAGES= c fortran + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-compositions/distinfo b/math/R-compositions/distinfo new file mode 100644 index 00000000000..b87d6b7326e --- /dev/null +++ b/math/R-compositions/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/09 15:50:05 brook Exp $ + +SHA1 (R/compositions_1.40-2.tar.gz) = 8fe5f70401f4a4daf44c649e210f5f9bd663c270 +RMD160 (R/compositions_1.40-2.tar.gz) = dff95b6b41104b17a9f50b9fbf6c9b3482e8b324 +SHA512 (R/compositions_1.40-2.tar.gz) = c5b39eb71dbfadae3a4dccb9f19309ccc3297be39a5ab1ce63e50317a64b0beb7e62d3e1edaf9cb2cf33b0cd00ef27fadb5c442d62eb24eaf04cc304265bec12 +Size (R/compositions_1.40-2.tar.gz) = 792954 bytes |