You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.5 KiB
Tcl
42 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 cran holgstr fmeffects 0.1.4
|
||
revision 0
|
||
categories-append math
|
||
platforms {darwin any}
|
||
maintainers nomaintainer
|
||
license LGPL-3
|
||
description Model-agnostic interpretations with forward marginal effects
|
||
long_description {*}${description}
|
||
homepage https://holgstr.github.io/fmeffects
|
||
checksums rmd160 24b5b21fba1900536ff0f47120aa93fec38126a0 \
|
||
sha256 f66d52bd196f064e5d628b0101ca5bf32b76624fab69ee2677fd865427161ba4 \
|
||
size 2476361
|
||
supported_archs noarch
|
||
|
||
depends_lib-append port:R-checkmate \
|
||
port:R-cli \
|
||
port:R-cowplot \
|
||
port:R-data.table \
|
||
port:R-ggparty \
|
||
port:R-ggplot2 \
|
||
port:R-partykit \
|
||
port:R-R6 \
|
||
port:R-testthat
|
||
|
||
depends_test-append port:R-caret \
|
||
port:R-furrr \
|
||
port:R-future \
|
||
port:R-hexbin \
|
||
port:R-knitr \
|
||
port:R-parallelly \
|
||
port:R-ranger \
|
||
port:R-rmarkdown \
|
||
port:R-tidymodels
|
||
|
||
# Tests won’t run properly without R-mlr3verse being available.
|
||
test.run no
|