mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
798 B
Tcl
24 lines
798 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 haozhestat rfinterval 1.0.0
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Predictive inference for random forests
|
|
long_description {*}${description}
|
|
checksums rmd160 cda5df42652c115d3289e2de6b6c1a2a721bba8e \
|
|
sha256 1cdc55d17a32cfb86057593909c768a1af9c8eb4c88890dd80e2198a9706fbfc \
|
|
size 87811
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ranger
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|