mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1003 B
Tcl
29 lines
1003 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 grf-labs grf 2.4.0
|
|
revision 0
|
|
categories-append economics math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Generalized Random Forests
|
|
long_description {*}${description}
|
|
homepage https://grf-labs.github.io/grf
|
|
checksums rmd160 dfc2e6c3eb46b3984d1aae599ba5d40fc5c1fb65 \
|
|
sha256 b53fb9b27a9d2e0e4f9da46e787c317118ace9e45e659d128af2ed8ca9176bc5 \
|
|
size 209434
|
|
|
|
depends_lib-append port:R-DiceKriging \
|
|
port:R-lmtest \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-sandwich
|
|
|
|
depends_test-append port:R-DiagrammeR \
|
|
port:R-rdd \
|
|
port:R-testthat
|
|
|
|
test.run yes
|