mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
57 lines
2.0 KiB
Tcl
57 lines
2.0 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 leeper prediction 0.3.18
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tidy, type-safe prediction() methods
|
|
long_description {*}${description}
|
|
homepage https://github.com/leeper/prediction
|
|
checksums rmd160 deba70773498dd6b330bc002ba32f4bce2bacf73 \
|
|
sha256 d0e6377fd44c3a77618e2d84d6e577bc7753c8171c6f4bf56993eaebd71797a4 \
|
|
size 75891
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-data.table
|
|
|
|
# FIXME: 4 tests fail, as of version 0.3.17.
|
|
# [ FAIL 4 | WARN 2 | SKIP 0 | PASS 188 ]
|
|
# https://github.com/leeper/prediction/issues/57
|
|
depends_test-append port:R-AER \
|
|
port:R-aod \
|
|
port:R-betareg \
|
|
port:R-biglm \
|
|
port:R-brglm \
|
|
port:R-caret \
|
|
port:R-crch \
|
|
port:R-e1071 \
|
|
port:R-earth \
|
|
port:R-ff \
|
|
port:R-gam \
|
|
port:R-gee \
|
|
port:R-glmnet \
|
|
port:R-glmx \
|
|
port:R-kernlab \
|
|
port:R-lme4 \
|
|
port:R-mclogit \
|
|
port:R-mda \
|
|
port:R-mlogit \
|
|
port:R-MNP \
|
|
port:R-ordinal \
|
|
port:R-plm \
|
|
port:R-pscl \
|
|
port:R-quantreg \
|
|
port:R-sampleSelection \
|
|
port:R-speedglm \
|
|
port:R-survey \
|
|
port:R-testthat \
|
|
port:R-truncreg \
|
|
port:R-VGAM
|
|
|
|
test.run yes
|