mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 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 milbo plotmo 3.6.4
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Plot residuals, response and partial dependence plots
|
|
long_description {*}${description}
|
|
checksums rmd160 aead57b489de21dfdf8f3169d0e4affa184783ab \
|
|
sha256 c8b23f608307917619d09df6c1fc7d8ac69872b3bfe0502d2999acd822ed8272 \
|
|
size 1263769
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-Formula \
|
|
port:R-plotrix
|
|
|
|
depends_test-append port:R-C50 \
|
|
port:R-earth \
|
|
port:R-gbm \
|
|
port:R-glmnet \
|
|
port:R-glmnetUtils \
|
|
port:R-mlr \
|
|
port:R-neuralnet \
|
|
port:R-partykit \
|
|
port:R-pre \
|
|
port:R-rpart.plot
|
|
|
|
test.run yes
|