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
51 lines
1.8 KiB
Tcl
51 lines
1.8 KiB
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 doccstat fastcpd 0.14.6
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Fast change point detection via sequential gradient descent
|
|
long_description {*}${description}
|
|
homepage https://fastcpd.xingchi.li
|
|
checksums rmd160 3b9371f7cd27f8028f5b609818d1e0909f1ffd8c \
|
|
sha256 5728ebd974329ceed4667f6c4031913beb8e39e755179fdb23278b5be0f59579 \
|
|
size 5270069
|
|
|
|
depends_lib-append port:R-fastglm \
|
|
port:R-forecast \
|
|
port:R-glmnet \
|
|
port:R-progress \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppClock \
|
|
port:R-testthat \
|
|
port:R-tseries
|
|
|
|
compilers.setup require_fortran
|
|
|
|
# https://github.com/doccstat/fastcpd/issues/8
|
|
patchfiles-append patch-tests-no-parallel.diff
|
|
|
|
depends_test-append port:R-abind \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-knitr \
|
|
port:R-lubridate \
|
|
port:R-matrixStats \
|
|
port:R-mockthat \
|
|
port:R-mosum \
|
|
port:R-mvtnorm \
|
|
port:R-numDeriv \
|
|
port:R-reshape2 \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-xml2 \
|
|
port:R-zoo
|
|
|
|
test.run yes
|