freebsd-ports/math/R-cran-recipes/Makefile

36 lines
1.1 KiB
Makefile
Raw Normal View History

PORTNAME= recipes
PORTVERSION= 1.0.9
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Preprocessing Tools to Create Design Matrices
WWW= https://cran.r-project.org/web/packages/recipes/
LICENSE= MIT
RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
2023-04-26 04:53:16 +02:00
R-cran-clock>=0.6.1:devel/R-cran-clock \
R-cran-dplyr>=1.1.0:math/R-cran-dplyr \
R-cran-ellipsis>0:devel/R-cran-ellipsis \
2022-07-15 18:38:56 +02:00
R-cran-generics>=0.1.2:devel/R-cran-generics \
2019-09-28 12:17:57 +02:00
R-cran-glue>0:devel/R-cran-glue \
2018-12-04 10:40:32 +01:00
R-cran-gower>0:math/R-cran-gower \
2023-04-26 04:53:16 +02:00
R-cran-hardhat>=1.3.0:devel/R-cran-hardhat \
2021-09-28 23:27:56 +02:00
R-cran-ipred>=0.9.12:math/R-cran-ipred \
2023-04-26 04:53:16 +02:00
R-cran-lifecycle>=1.0.3:devel/R-cran-lifecycle \
2022-07-15 18:38:56 +02:00
R-cran-lubridate>=1.8.0:devel/R-cran-lubridate \
2018-12-04 10:40:32 +01:00
R-cran-magrittr>0:devel/R-cran-magrittr \
2023-04-26 04:53:16 +02:00
R-cran-purrr>=1.0.0:devel/R-cran-purrr \
R-cran-rlang>=1.1.0:devel/R-cran-rlang \
2018-12-04 10:40:32 +01:00
R-cran-tibble>0:devel/R-cran-tibble \
2020-06-27 14:38:44 +02:00
R-cran-tidyr>=1.0.0:devel/R-cran-tidyr \
2023-04-26 04:53:16 +02:00
R-cran-tidyselect>=1.2.0:devel/R-cran-tidyselect \
2018-12-04 10:40:32 +01:00
R-cran-timeDate>0:finance/R-cran-timeDate \
2023-04-26 04:53:16 +02:00
R-cran-vctrs>=0.5.0:devel/R-cran-vctrs \
2018-12-04 10:40:32 +01:00
R-cran-withr>0:devel/R-cran-withr
USES= cran:auto-plist
.include <bsd.port.mk>