mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1023 B
Tcl
29 lines
1023 B
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 DALEX 2.4.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description moDel-Agnostic Language for Exploration and eXplanation
|
|
long_description {*}${description}
|
|
homepage https://ModelOriented.github.io/DALEX
|
|
checksums rmd160 da1376b8858423f37d15a6b3fa6af6af11c4e735 \
|
|
sha256 a06e4507752e51f4ef7cb045e269343ba5b7239f05258cd9576a9bf6a02d8d21 \
|
|
size 1520715
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-iBreakDown \
|
|
port:R-ingredients
|
|
|
|
depends_test-append port:R-gower \
|
|
port:R-ranger \
|
|
port:R-testthat
|
|
|
|
test.run yes
|