mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
877 B
Tcl
25 lines
877 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 y.chen101 breakfast 2.5
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Methods for fast multiple change-point detection and estimation
|
|
long_description {*}${description}
|
|
checksums rmd160 9688d86cc375c71bd6fd753da1c710f93f5a11a8 \
|
|
sha256 f5e6b941f4f739dbc25268b2fa1f571f2b868532f662a25091b47b8c1349f808 \
|
|
size 177438
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-plyr \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|