git: d1f17cb67e04 - main - devel/R-cran-collapse: Add new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 10:29:01 UTC
The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1f17cb67e048131b88dffe778bb05bd26202510 commit d1f17cb67e048131b88dffe778bb05bd26202510 Author: TAKATSU Tomonari <tota@FreeBSD.org> AuthorDate: 2022-02-11 11:49:13 +0000 Commit: TAKATSU Tomonari <tota@FreeBSD.org> CommitDate: 2022-02-12 10:28:11 +0000 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/ --- devel/Makefile | 1 + devel/R-cran-collapse/Makefile | 17 +++++++++++++++++ devel/R-cran-collapse/distinfo | 3 +++ devel/R-cran-collapse/pkg-descr | 10 ++++++++++ 4 files changed, 31 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 616d459aee6f..1424d6312b68 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/R-cran-collapse/Makefile b/devel/R-cran-collapse/Makefile new file mode 100644 index 000000000000..6c988e4631bd --- /dev/null +++ b/devel/R-cran-collapse/Makefile @@ -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> diff --git a/devel/R-cran-collapse/distinfo b/devel/R-cran-collapse/distinfo new file mode 100644 index 000000000000..4ca63400f9b1 --- /dev/null +++ b/devel/R-cran-collapse/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1644633649 +SHA256 (collapse_1.7.6.tar.gz) = bccf3e984b669299440f9e0f2a7c8cd297aee141041b6834e532543b7c6ddd43 +SIZE (collapse_1.7.6.tar.gz) = 1125819 diff --git a/devel/R-cran-collapse/pkg-descr b/devel/R-cran-collapse/pkg-descr new file mode 100644 index 000000000000..86f782445d95 --- /dev/null +++ b/devel/R-cran-collapse/pkg-descr @@ -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/