mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
62 lines
2.1 KiB
Tcl
62 lines
2.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran tidymodels parsnip 1.2.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Common API to modeling and analysis functions
|
|
long_description {*}${description}
|
|
homepage https://parsnip.tidymodels.org
|
|
checksums rmd160 b4866ba7a3cbf358b109c766d987bc155f6e50fc \
|
|
sha256 3e8aed6fce995e78d89e2800cf4d7d3016d3bfae9f5580e81aaa31e490198512 \
|
|
size 974958
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-dplyr \
|
|
port:R-generics \
|
|
port:R-ggplot2 \
|
|
port:R-globals \
|
|
port:R-glue \
|
|
port:R-hardhat \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-pillar \
|
|
port:R-prettyunits \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-vctrs \
|
|
port:R-withr
|
|
|
|
# Some optional deps are omitted.
|
|
depends_test-append port:R-baguette \
|
|
port:R-bench \
|
|
port:R-C50 \
|
|
port:R-covr \
|
|
port:R-dials \
|
|
port:R-earth \
|
|
port:R-ggrepel \
|
|
port:R-kernlab \
|
|
port:R-kknn \
|
|
port:R-knitr \
|
|
port:R-LiblineaR \
|
|
port:R-modeldata \
|
|
port:R-prodlim \
|
|
port:R-ranger \
|
|
port:R-remotes \
|
|
port:R-rmarkdown \
|
|
port:R-sda \
|
|
port:R-sparklyr \
|
|
port:R-testthat \
|
|
port:R-xgboost \
|
|
port:R-xrf
|
|
|
|
test.run yes
|