mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
791 B
Tcl
23 lines
791 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran rdiaz02 varSelRF 0.7-8
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Variable Selection via Random Forests
|
|
long_description {*}${description}
|
|
checksums rmd160 15527539fc0246a623b93228677953eb7e4a9179 \
|
|
sha256 719487fb560cb4733816bafe4cbc958a132674825e3b9d4f82ce8f2003cd8940 \
|
|
size 29002
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-randomForest
|
|
|
|
test.run yes
|