aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-RcppRoll
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-RcppRoll')
-rw-r--r--math/R-cran-RcppRoll/Makefile20
-rw-r--r--math/R-cran-RcppRoll/distinfo3
-rw-r--r--math/R-cran-RcppRoll/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/math/R-cran-RcppRoll/Makefile b/math/R-cran-RcppRoll/Makefile
new file mode 100644
index 000000000000..45333d55d37e
--- /dev/null
+++ b/math/R-cran-RcppRoll/Makefile
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= RcppRoll
+DISTVERSION= 0.2.2
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Efficient Rolling / Windowed Operations
+
+LICENSE= GPLv2+
+
+CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-RcppRoll/distinfo b/math/R-cran-RcppRoll/distinfo
new file mode 100644
index 000000000000..bf4b1b2a99af
--- /dev/null
+++ b/math/R-cran-RcppRoll/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505046201
+SHA256 (RcppRoll_0.2.2.tar.gz) = 51c76812687e2a8572c6037b0c095c0a30ee6a24783edf2c7c717d547ddfbfa7
+SIZE (RcppRoll_0.2.2.tar.gz) = 13680
diff --git a/math/R-cran-RcppRoll/pkg-descr b/math/R-cran-RcppRoll/pkg-descr
new file mode 100644
index 000000000000..30601342c153
--- /dev/null
+++ b/math/R-cran-RcppRoll/pkg-descr
@@ -0,0 +1,6 @@
+Provides fast and efficient routines for common rolling / windowed
+operations. Routines for the efficient computation of windowed mean,
+median, sum, product, minimum, maximum, standard deviation and
+variance are provided.
+
+WWW: https://cran.r-project.org/web/packages/RcppRoll/