mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
829 B
Tcl
23 lines
829 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 dpcc 1.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Dynamic programming for convex clustering
|
|
long_description Use dynamic programming method to solve l1 convex clustering with identical weights.
|
|
checksums rmd160 0f93f2d8f73bacd12ff414bcc38634cdf1ddfb16 \
|
|
sha256 a0867837976e435a289c22af3ad0966e093523c6505af5c314e8f1b917328cb8 \
|
|
size 59349
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
# There are no specific tests though.
|
|
test.run yes
|