- Add new port: math/R-cran-RcppRoll

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/
This commit is contained in:
TAKATSU Tomonari 2017-09-10 12:42:37 +00:00
parent 8c0e2e4c6d
commit 249ced6beb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449541
4 changed files with 30 additions and 0 deletions

View File

@ -75,6 +75,7 @@
SUBDIR += R-cran-quadprog
SUBDIR += R-cran-qualityTools
SUBDIR += R-cran-quantreg
SUBDIR += R-cran-RcppRoll
SUBDIR += R-cran-rgenoud
SUBDIR += R-cran-sandwich
SUBDIR += R-cran-sf

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1505046201
SHA256 (RcppRoll_0.2.2.tar.gz) = 51c76812687e2a8572c6037b0c095c0a30ee6a24783edf2c7c717d547ddfbfa7
SIZE (RcppRoll_0.2.2.tar.gz) = 13680

View File

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