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
44 lines
1.5 KiB
Tcl
44 lines
1.5 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
|
|
|
|
R.setup github tidymodels dials 1.3.0 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tools for creating tuning parameter values
|
|
long_description {*}${description}
|
|
homepage https://dials.tidymodels.org
|
|
checksums rmd160 ff80dd3b1cc30e1eb7462998d3271c64c037b732 \
|
|
sha256 9bb76d0126e435824d83a0d2aaf6f4b52aa6966d77f52897d78fa9f7323a7cab \
|
|
size 240869
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-DiceDesign \
|
|
port:R-dplyr \
|
|
port:R-glue \
|
|
port:R-hardhat \
|
|
port:R-lifecycle \
|
|
port:R-pillar \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-scales \
|
|
port:R-sfd \
|
|
port:R-tibble \
|
|
port:R-vctrs \
|
|
port:R-withr
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-kernlab \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-xml2
|
|
|
|
test.run yes
|