mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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 modelStudio 3.1.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Interactive studio for explanatory model analysis
|
|
long_description {*}${description}
|
|
homepage https://modelstudio.drwhy.ai
|
|
checksums rmd160 a50285fd93e5a9512cf4f53649a70481d91851b4 \
|
|
sha256 435dd5abc2ecf465cc379c5c2b5352457124eb2ae058529ba07e395e28f8a181 \
|
|
size 305360
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-DALEX \
|
|
port:R-digest \
|
|
port:R-iBreakDown \
|
|
port:R-ingredients \
|
|
port:R-jsonlite \
|
|
port:R-progress \
|
|
port:R-r2d3
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-parallelMap \
|
|
port:R-ranger \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-xgboost
|
|
|
|
test.run yes
|