mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 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 modelenv 0.2.0 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tools to register models for use in R-tidymodels
|
|
long_description {*}${description}
|
|
homepage https://modelenv.tidymodels.org
|
|
checksums rmd160 8bd01037fb9e6eb3ac5dd75c836077e364a4697b \
|
|
sha256 0eca883ad3718fb97ca46d0445e9ae1dfdbb34cffe293ed405682174cc3aed2e \
|
|
size 33494
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-glue \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-vctrs
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|