mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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 ModelOriented iBreakDown 2.1.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Model-agnostic instance level variable attributions
|
|
long_description {*}${description}
|
|
homepage https://ModelOriented.github.io/iBreakDown
|
|
checksums rmd160 b2c47432e51627f3950b832601ef71455ad348f5 \
|
|
sha256 4eb5dab4405f525520a3086e22a7fcd42ceb4e19ea50588fa80e323bbfdb4ce1 \
|
|
size 364353
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-DALEX \
|
|
port:R-e1071 \
|
|
port:R-jsonlite \
|
|
port:R-knitr \
|
|
port:R-r2d3 \
|
|
port:R-randomForest \
|
|
port:R-ranger \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|