Files

50 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 github tidyverts feasts 0.4.1 v
revision 0
maintainers nomaintainer
platforms {darwin any}
license GPL-3
description Feature Extraction and Statistics for Time Series
long_description {*}${description}
homepage https://feasts.tidyverts.org
checksums rmd160 c53ad0b6a4520e694eae3d47e21d5401f8d732f4 \
sha256 1996c491ae092d6cb172c6383793c1852e49462b0c30c2987e7dab6c687ba0e2 \
size 688498
supported_archs noarch
depends_lib-append port:R-dplyr \
port:R-fabletools \
port:R-ggplot2 \
port:R-gtable \
port:R-lifecycle \
port:R-lubridate \
port:R-rlang \
port:R-scales \
port:R-slider \
port:R-tibble \
port:R-tidyr \
port:R-tsibble \
port:R-vctrs
# R-seasonal depends on a pre-built binary, R-x13binary.
# We will need to implement building our own from: https://www.census.gov/data/software/x13as.X-13ARIMA-SEATS.html
# Until then, remove the dependency on it.
patchfiles patch-no-seasonal.diff
depends_test-append port:R-covr \
port:R-fable \
port:R-fracdiff \
port:R-ggrepel \
port:R-knitr \
port:R-pillar \
port:R-rmarkdown \
port:R-testthat \
port:R-tsibbledata \
port:R-urca
test.run yes