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
28 lines
936 B
Tcl
28 lines
936 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 cansu.alakus CovRegRF 2.0.1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Covariance Regression with Random Forests
|
|
long_description {*}${description}
|
|
checksums rmd160 68d30dbeaeb820c3c38cb1f426838108b82bdd03 \
|
|
sha256 8921022dbc956504f3d6f6499dc96d7879e516b4ff3c023475c8aa20f96aec5f \
|
|
size 417187
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-data.tree \
|
|
port:R-DiagrammeR
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|