You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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 rules 1.0.2 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Model wrappers for rule-based models
|
|
long_description {*}${description}
|
|
homepage https://rules.tidymodels.org
|
|
checksums rmd160 75b1b18f76cdd300674aeddbb263008f8f5e37bd \
|
|
sha256 932ff716d72e2a944731614d5f74b45e8ef45f1b41f2e570fc22e218c2c0779a \
|
|
size 89740
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dials \
|
|
port:R-dplyr \
|
|
port:R-generics \
|
|
port:R-parsnip \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-stringr \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-C50 \
|
|
port:R-covr \
|
|
port:R-Cubist \
|
|
port:R-knitr \
|
|
port:R-modeldata \
|
|
port:R-recipes \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-xrf
|
|
|
|
test.run yes
|