You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
936 B
Tcl
24 lines
936 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 cran ModelMetrics 1.2.2.2
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Rapid calculation of model metrics
|
|
long_description Collection of metrics for evaluating models written in C++ using Rcpp. \
|
|
Popular metrics include area under the curve, log loss, root mean square error etc.
|
|
checksums rmd160 2385794a47601867521298798fc58224b0120a4a \
|
|
sha256 5e06f1926aebca5654e1329c66ef19b04058376b2277ebb16e3bf8c208d73457 \
|
|
size 17078
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|