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
42 lines
1.4 KiB
Tcl
42 lines
1.4 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 gmonette cv 2.0.3
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Cross-Validation of regression models
|
|
long_description {*}${description}
|
|
homepage https://gmonette.github.io/cv
|
|
checksums rmd160 f5df4df78bd2f5fae97f900aedc7b159c7288a16 \
|
|
sha256 91e208d5d530bfe409e85ee7007f50616a909831412644db986739e7b4d01234 \
|
|
size 2477647
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-car \
|
|
port:R-doParallel \
|
|
port:R-foreach \
|
|
port:R-glmmTMB \
|
|
port:R-gtools \
|
|
port:R-insight \
|
|
port:R-lme4
|
|
|
|
depends_test-append port:R-carData \
|
|
port:R-dplyr \
|
|
port:R-effects \
|
|
port:R-ISLR2 \
|
|
port:R-knitr \
|
|
port:R-latticeExtra \
|
|
port:R-leaps \
|
|
port:R-Metrics \
|
|
port:R-microbenchmark \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|