summaryrefslogtreecommitdiff
path: root/math/R-cran-doBy/Makefile
blob: 0803642e83ef4f2d1e3399ae226cba0e3c8318a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	doBy
DISTVERSION=	4.6.27
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-rlang>0:devel/R-cran-rlang \
		R-cran-tibble>0:devel/R-cran-tibble \
		R-cran-tidyr>0:devel/R-cran-tidyr

USES=		cran:auto-plist

.include <bsd.port.mk>