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
29 lines
996 B
Tcl
29 lines
996 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 dan.grose cpop 1.0.7
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Detection of multiple changes in slope \
|
|
in univariate time series
|
|
long_description {*}${description}
|
|
checksums rmd160 3fca37ed7a483924f7d1c4dac72c54989053e86f \
|
|
sha256 81759856075b1bef8001db7af7168c6b64f392fb9e4471d72c9f0f780ff25620 \
|
|
size 280886
|
|
|
|
depends_lib-append port:R-crops \
|
|
port:R-ggplot2 \
|
|
port:R-mathjaxr \
|
|
port:R-pacman \
|
|
port:R-pracma \
|
|
port:R-Rcpp \
|
|
port:R-Rdpack
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|