aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-recipes/Makefile
blob: a6b5df56860f1c0da3aabaaa7d6f41fdce4fd2c7 (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
26
27
28
29
30
31
32
33
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	recipes
PORTVERSION=	0.1.0
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Preprocessing Tools to Create Design Matrices

LICENSE=	GPLv2

CRAN_DEPENDS=	R-cran-dplyr>0:math/R-cran-dplyr \
		R-cran-tibble>0:devel/R-cran-tibble \
		R-cran-ipred>0:math/R-cran-ipred \
		R-cran-dimRed>=0.1.0:math/R-cran-dimRed \
		R-cran-lubridate>0:devel/R-cran-lubridate \
		R-cran-timeDate>0:finance/R-cran-timeDate \
		R-cran-ddalpha>0:math/R-cran-ddalpha \
		R-cran-purrr>0:devel/R-cran-purrr \
		R-cran-rlang>=0.1.1:devel/R-cran-rlang \
		R-cran-gower>0:math/R-cran-gower \
		R-cran-RcppRoll>0:math/R-cran-RcppRoll \
		R-cran-tidyselect>=0.1.1:devel/R-cran-tidyselect \
		R-cran-magrittr>0:devel/R-cran-magrittr
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>