mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
924 B
Tcl
27 lines
924 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 FLOPART 2024.6.19
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Functional Labelled Optimal Partitioning
|
|
long_description {*}${description}
|
|
checksums rmd160 686b35c002f171506e1d382c8ef52e113ca67604 \
|
|
sha256 49e96cbf3178dc69a59d80536f7298a62a3595ccc2847cad99c6a5f56dda2efa \
|
|
size 152547
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-PeakError \
|
|
port:R-testthat
|
|
|
|
test.run yes
|