R-cubature: Adaptive Multivariate Integration over Hypercubes

This commit is contained in:
Jason Bacon 2018-11-01 16:38:38 -05:00
parent 979a06d103
commit 3689332f44
4 changed files with 29 additions and 0 deletions

View File

@ -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

4
R-cubature/DESCR Normal file
View File

@ -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.

18
R-cubature/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD$
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
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"

6
R-cubature/distinfo Normal file
View File

@ -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