You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
25 lines
866 B
Tcl
25 lines
866 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 bnaras conTree 0.3-1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Contrast trees and boosting
|
|
long_description {*}${description}
|
|
homepage https://jhfhub.github.io/conTree_tutorial
|
|
checksums rmd160 1fd36f98015eb5770f309eb0cf21c8a2653025bc \
|
|
sha256 b0b1aebc4eee0c23d53dcf83804f0daab30f7d68d74385318d9911a801eb790c \
|
|
size 2025836
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-randomForest \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|