diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-RcppArmadillo/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-RcppArmadillo/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-RcppArmadillo/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6b9c8a23f8bc..aea6088ecda9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -13,6 +13,7 @@ SUBDIR += R-cran-MCMCpack SUBDIR += R-cran-RHmm SUBDIR += R-cran-RSvgDevice + SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-SuppDists SUBDIR += R-cran-Zelig SUBDIR += R-cran-bdsmatrix diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile new file mode 100644 index 000000000000..4828b0e29087 --- /dev/null +++ b/math/R-cran-RcppArmadillo/Makefile @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= RcppArmadillo +PORTVERSION= 0.3.800.1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Rcpp integration for Armadillo templated linear algebra library + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-Rcpp>=0.10.2:${PORTSDIR}/devel/R-cran-Rcpp + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/math/R-cran-RcppArmadillo/distinfo b/math/R-cran-RcppArmadillo/distinfo new file mode 100644 index 000000000000..ec998243e89a --- /dev/null +++ b/math/R-cran-RcppArmadillo/distinfo @@ -0,0 +1,2 @@ +SHA256 (RcppArmadillo_0.3.800.1.tar.gz) = ce8cfdfaca7348808242566764bdb7b6d4c709950993f0fd1fdd1fa72de50312 +SIZE (RcppArmadillo_0.3.800.1.tar.gz) = 803279 diff --git a/math/R-cran-RcppArmadillo/pkg-descr b/math/R-cran-RcppArmadillo/pkg-descr new file mode 100644 index 000000000000..6c7a03b3811b --- /dev/null +++ b/math/R-cran-RcppArmadillo/pkg-descr @@ -0,0 +1,4 @@ +RcppArmadillo provides an interface from R to and from Armadillo +by utilising the Rcpp R/C++ interface library. + +WWW: http://cran.r-project.org/web/packages/RcppArmadillo/ |