pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Fri Aug 9 15:50:06 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/R-compositions: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3328 -r1.3329 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.430 -r1.431 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-compositions/DESCR \
pkgsrc/math/R-compositions/Makefile pkgsrc/math/R-compositions/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3328 pkgsrc/doc/CHANGES-2019:1.3329
--- pkgsrc/doc/CHANGES-2019:1.3328 Fri Aug 9 15:48:20 2019
+++ pkgsrc/doc/CHANGES-2019 Fri Aug 9 15:50:05 2019
@@ -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 @@ Changes to the packages collection and i
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]
Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.430 pkgsrc/math/Makefile:1.431
--- pkgsrc/math/Makefile:1.430 Fri Aug 9 15:48:20 2019
+++ pkgsrc/math/Makefile Fri Aug 9 15:50:05 2019
@@ -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-classInt
SUBDIR+= R-clim.pact
SUBDIR+= R-coda
SUBDIR+= R-combinat
+SUBDIR+= R-compositions
SUBDIR+= R-date
SUBDIR+= R-e1071
SUBDIR+= R-ellipsis
Added files:
Index: pkgsrc/math/R-compositions/DESCR
diff -u /dev/null pkgsrc/math/R-compositions/DESCR:1.1
--- /dev/null Fri Aug 9 15:50:06 2019
+++ pkgsrc/math/R-compositions/DESCR Fri Aug 9 15:50:05 2019
@@ -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.
Index: pkgsrc/math/R-compositions/Makefile
diff -u /dev/null pkgsrc/math/R-compositions/Makefile:1.1
--- /dev/null Fri Aug 9 15:50:06 2019
+++ pkgsrc/math/R-compositions/Makefile Fri Aug 9 15:50:05 2019
@@ -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"
Index: pkgsrc/math/R-compositions/distinfo
diff -u /dev/null pkgsrc/math/R-compositions/distinfo:1.1
--- /dev/null Fri Aug 9 15:50:06 2019
+++ pkgsrc/math/R-compositions/distinfo Fri Aug 9 15:50:05 2019
@@ -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