pkgsrc-WIP-changes archive

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

R-cubature: Adaptive Multivariate Integration over Hypercubes



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Nov 1 16:38:38 2018 -0500
Changeset:	3689332f442a0910abe266a4f903325c94c65c6e

Modified Files:
	Makefile
Added Files:
	R-cubature/DESCR
	R-cubature/Makefile
	R-cubature/distinfo

Log Message:
R-cubature: Adaptive Multivariate Integration over Hypercubes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3689332f442a0910abe266a4f903325c94c65c6e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 R-cubature/DESCR    |  4 ++++
 R-cubature/Makefile | 18 ++++++++++++++++++
 R-cubature/distinfo |  6 ++++++
 4 files changed, 29 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7dc87380fd..c5057e03b1 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ SUBDIR+=	R-bigmemory.sri
 SUBDIR+=	R-bigtabulate
 SUBDIR+=	R-bnlearn
 SUBDIR+=	R-cellranger
+SUBDIR+=	R-cubature
 SUBDIR+=	R-doParallel
 SUBDIR+=	R-entropy
 SUBDIR+=	R-foreach
diff --git a/R-cubature/DESCR b/R-cubature/DESCR
new file mode 100644
index 0000000000..16a584d6be
--- /dev/null
+++ b/R-cubature/DESCR
@@ -0,0 +1,4 @@
+R wrapper around the cubature C library of Steven G. Johnson for
+adaptive multivariate integration over hypercubes. This version
+provides both hcubature and pcubature routines in addition to a vector
+interface that results in substantial speed gains.
diff --git a/R-cubature/Makefile b/R-cubature/Makefile
new file mode 100644
index 0000000000..005eec81c9
--- /dev/null
+++ b/R-cubature/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	${R_HOMEPAGE_BASE}/cubature/
+COMMENT=	Adaptive Multivariate Integration over Hypercubes
+LICENSE=	gnu-gpl-v3
+
+R_PKGNAME=	cubature
+R_PKGVER=	1.4-1
+
+USE_LANGUAGES+=	c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-cubature/distinfo b/R-cubature/distinfo
new file mode 100644
index 0000000000..e94d9f10ab
--- /dev/null
+++ b/R-cubature/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/cubature_1.4-1.tar.gz) = 1f66c42cccbbccaa36f4cf3753e3622a78dd5593
+RMD160 (R/cubature_1.4-1.tar.gz) = d0d61cb7089305cd76a541c5874bd7269d7cec85
+SHA512 (R/cubature_1.4-1.tar.gz) = 5effbf53241577467ae61da3187f2197bbad70877e710a18d9a32cb938c8d4524cf434c8e0d6fcb65db45526fdb8053ca4aaadfb735a161d8219f0f0a22b0864
+Size (R/cubature_1.4-1.tar.gz) = 2316158 bytes


Home | Main Index | Thread Index | Old Index