mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
817 B
Tcl
24 lines
817 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 lorismichel drf 1.1.0
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Distributional Random Forests
|
|
long_description {*}${description}
|
|
checksums rmd160 d8df2367fccd87c9080470df173fd2752c3c6199 \
|
|
sha256 4d1ddbd4b72f95f1805d1198071b82ad23934a56413fffb6cdf1db697d0e638d \
|
|
size 75096
|
|
|
|
depends_lib-append port:R-fastDummies \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-transport
|
|
|
|
depends_test-append port:R-DiagrammeR
|
|
|
|
test.run yes
|