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:
parent
6d8023ebcd
commit
d1f17cb67e
@ -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
|
||||
|
17
devel/R-cran-collapse/Makefile
Normal file
17
devel/R-cran-collapse/Makefile
Normal 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>
|
3
devel/R-cran-collapse/distinfo
Normal file
3
devel/R-cran-collapse/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1644633649
|
||||
SHA256 (collapse_1.7.6.tar.gz) = bccf3e984b669299440f9e0f2a7c8cd297aee141041b6834e532543b7c6ddd43
|
||||
SIZE (collapse_1.7.6.tar.gz) = 1125819
|
10
devel/R-cran-collapse/pkg-descr
Normal file
10
devel/R-cran-collapse/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user