diff options
| author | TAKATSU Tomonari <tota@FreeBSD.org> | 2024-06-30 11:02:29 +0000 |
|---|---|---|
| committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2024-07-02 10:23:42 +0000 |
| commit | cc01ae993e8a534fb93ac65b8a029dd517fa7892 (patch) | |
| tree | 7912150c246c62c5609bcf2c1d2a0ee193ef60f3 | |
| parent | b58df2cff0c73133e1ec64495f489b9498ac0bb0 (diff) | |
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.
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/R-cran-doBy/Makefile | 24 | ||||
| -rw-r--r-- | math/R-cran-doBy/distinfo | 3 | ||||
| -rw-r--r-- | math/R-cran-doBy/pkg-descr | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 1f016e2c465e..a909f527188d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/R-cran-doBy/Makefile b/math/R-cran-doBy/Makefile new file mode 100644 index 000000000000..d2ca7d17dfcc --- /dev/null +++ b/math/R-cran-doBy/Makefile @@ -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> diff --git a/math/R-cran-doBy/distinfo b/math/R-cran-doBy/distinfo new file mode 100644 index 000000000000..7c55be0d4dd0 --- /dev/null +++ b/math/R-cran-doBy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1719730069 +SHA256 (doBy_4.6.22.tar.gz) = 2aa7e236de98af73de54a46214ceac50fdf69d90b12bb37f2779a501f40b0b0d +SIZE (doBy_4.6.22.tar.gz) = 4404215 diff --git a/math/R-cran-doBy/pkg-descr b/math/R-cran-doBy/pkg-descr new file mode 100644 index 000000000000..2ccab82b061d --- /dev/null +++ b/math/R-cran-doBy/pkg-descr @@ -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. |
