mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
21 lines
818 B
Tcl
21 lines
818 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 alissonneimaier PRTree 0.1.2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Probabilistic Regression Trees
|
|
long_description {*}${description}. Functions for fitting and predicting \
|
|
PRTree models with some adaptations to handle missing values.
|
|
checksums rmd160 3aeed21559624d41fcda711402c8129fbcc83050 \
|
|
sha256 2817de9e2762a708be3f23ea5e09d444f1123f901723ea1a8386652f55bb36d4 \
|
|
size 12848
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|