You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
849 B
Tcl
23 lines
849 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.recommended yes
|
|
|
|
# This is a recommended package. Keep it CRAN-sourced.
|
|
R.setup cran bethatkinson rpart 4.1.23
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Recursive partitioning and regression trees
|
|
long_description {*}${description}. Recommended package.
|
|
homepage-append https://github.com/bethatkinson/rpart
|
|
checksums rmd160 7ca4e1b2f9a29a6a3aefd90ff4aa89c707fcd686 \
|
|
sha256 f9b89aed6aa6cea656a2dcb271574e969ce2b1c98beb07bd91e17339f6daabaf \
|
|
size 618016
|
|
|
|
depends_test-append port:R-survival
|
|
|
|
test.run yes
|