mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
851 B
Tcl
25 lines
851 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 tdhock LOPART 2024.6.19
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Labelled Optimal Partitioning
|
|
long_description {*}${description}
|
|
homepage https://github.com/tdhock/LOPART
|
|
checksums rmd160 35760a049da34da153e799d9cbdb6b9416866b44 \
|
|
sha256 8a162c00e34947f0af121e5c79d8f874cc620e2d5586b3cfe5b1047bd2db72f8 \
|
|
size 9277
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-testthat
|
|
|
|
test.run yes
|