1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

math/R-cran-doBy: Add new port

Utility package containing:
1) Facilities for working with grouped data: 'do' something to data
   stratified 'by' some variables.
2) LSmeans (least-squares means), general linear estimates.
3) Restrict functions to a smaller domain.
4) Miscellaneous other utilities.
This commit is contained in:
TAKATSU Tomonari 2024-06-30 11:02:29 +00:00
parent b58df2cff0
commit cc01ae993e
4 changed files with 34 additions and 0 deletions

View File

@ -55,6 +55,7 @@
SUBDIR += R-cran-deldir
SUBDIR += R-cran-dimRed
SUBDIR += R-cran-dlmodeler
SUBDIR += R-cran-doBy
SUBDIR += R-cran-dplyr
SUBDIR += R-cran-eRm
SUBDIR += R-cran-energy

24
math/R-cran-doBy/Makefile Normal file
View File

@ -0,0 +1,24 @@
PORTNAME= doBy
DISTVERSION= 4.6.22
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Groupwise Statistics, LSmeans, Linear Estimates, Utilities
WWW= https://cran.r-project.org/web/packages/doBy/
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-broom>0:devel/R-cran-broom \
R-cran-cowplot>0:graphics/R-cran-cowplot \
R-cran-Deriv>0:math/R-cran-Deriv \
R-cran-dplyr>0:math/R-cran-dplyr \
R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
R-cran-microbenchmark>0:devel/R-cran-microbenchmark \
R-cran-modelr>0:devel/R-cran-modelr \
R-cran-tibble>0:devel/R-cran-tibble \
R-cran-tidyr>0:devel/R-cran-tidyr
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1719730069
SHA256 (doBy_4.6.22.tar.gz) = 2aa7e236de98af73de54a46214ceac50fdf69d90b12bb37f2779a501f40b0b0d
SIZE (doBy_4.6.22.tar.gz) = 4404215

View File

@ -0,0 +1,6 @@
Utility package containing:
1) Facilities for working with grouped data: 'do' something to data
stratified 'by' some variables.
2) LSmeans (least-squares means), general linear estimates.
3) Restrict functions to a smaller domain.
4) Miscellaneous other utilities.