Files
2024-11-10 06:35:12 -05:00

42 lines
1.5 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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 wont run properly without R-mlr3verse being available.
test.run no