1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

devel/R-cran-collapse: Add new port

A C/C++ based package for advanced data transformation and statistical
computing in R that is extremely fast, flexible and parsimonious
to code with, class-agnostic and programmer friendly. It is well
integrated with base R, 'dplyr' / (grouped) 'tibble', 'data.table',
'plm' (panel-series and data frames), 'sf' data frames, and
non-destructively handles other matrix or data frame based classes
(such as 'ts', 'xts' / 'zoo', 'timeSeries', 'tsibble', 'tibbletime'
etc.)

WWW: https://cran.r-project.org/web/packages/collapse/
This commit is contained in:
TAKATSU Tomonari 2022-02-11 11:49:13 +00:00
parent 6d8023ebcd
commit d1f17cb67e
4 changed files with 31 additions and 0 deletions

View File

@ -31,6 +31,7 @@
SUBDIR += R-cran-cliapp
SUBDIR += R-cran-clipr
SUBDIR += R-cran-clisymbols
SUBDIR += R-cran-collapse
SUBDIR += R-cran-covr
SUBDIR += R-cran-cpp11
SUBDIR += R-cran-crayon

View File

@ -0,0 +1,17 @@
PORTNAME= collapse
PORTVERSION= 1.7.6
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Advanced and Fast Data Transformation
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-Rcpp>=1.0.1:devel/R-cran-Rcpp
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1644633649
SHA256 (collapse_1.7.6.tar.gz) = bccf3e984b669299440f9e0f2a7c8cd297aee141041b6834e532543b7c6ddd43
SIZE (collapse_1.7.6.tar.gz) = 1125819

View File

@ -0,0 +1,10 @@
A C/C++ based package for advanced data transformation and statistical
computing in R that is extremely fast, flexible and parsimonious
to code with, class-agnostic and programmer friendly. It is well
integrated with base R, 'dplyr' / (grouped) 'tibble', 'data.table',
'plm' (panel-series and data frames), 'sf' data frames, and
non-destructively handles other matrix or data frame based classes
(such as 'ts', 'xts' / 'zoo', 'timeSeries', 'tsibble', 'tibbletime'
etc.)
WWW: https://cran.r-project.org/web/packages/collapse/