pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-compositions: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d25ac688fb63
branches:  trunk
changeset: 399419:d25ac688fb63
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 15:50:05 2019 +0000

description:
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:

 doc/CHANGES-2019             |   3 ++-
 math/Makefile                |   3 ++-
 math/R-compositions/DESCR    |   4 ++++
 math/R-compositions/Makefile |  19 +++++++++++++++++++
 math/R-compositions/distinfo |   6 ++++++
 5 files changed, 33 insertions(+), 2 deletions(-)

diffs (72 lines):

diff -r b29b512ee3c8 -r d25ac688fb63 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 15:48:20 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 15:50:05 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3328 2019/08/09 15:48:20 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3329 2019/08/09 15:50:05 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5452,3 +5452,4 @@
        Added math/R-DEoptimR version 1.0.8 [brook 2019-08-09]
        Added math/R-tensorA version 0.36.1 [brook 2019-08-09]
        Added math/R-robustbase version 0.93.5 [brook 2019-08-09]
+       Added math/R-compositions version 1.40.2 [brook 2019-08-09]
diff -r b29b512ee3c8 -r d25ac688fb63 math/Makefile
--- a/math/Makefile     Fri Aug 09 15:48:20 2019 +0000
+++ b/math/Makefile     Fri Aug 09 15:50:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.430 2019/08/09 15:48:20 brook Exp $
+# $NetBSD: Makefile,v 1.431 2019/08/09 15:50:05 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -43,6 +43,7 @@
 SUBDIR+=       R-clim.pact
 SUBDIR+=       R-coda
 SUBDIR+=       R-combinat
+SUBDIR+=       R-compositions
 SUBDIR+=       R-date
 SUBDIR+=       R-e1071
 SUBDIR+=       R-ellipsis
diff -r b29b512ee3c8 -r d25ac688fb63 math/R-compositions/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-compositions/DESCR Fri Aug 09 15:50:05 2019 +0000
@@ -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 -r b29b512ee3c8 -r d25ac688fb63 math/R-compositions/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-compositions/Makefile      Fri Aug 09 15:50:05 2019 +0000
@@ -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@localhost
+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 -r b29b512ee3c8 -r d25ac688fb63 math/R-compositions/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-compositions/distinfo      Fri Aug 09 15:50:05 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index