You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 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 pachadotdev LSTS 2.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Locally Stationary Time Series
|
|
long_description A set of functions that allow stationary analysis and locally stationary time series analysis.
|
|
homepage https://pacha.dev/LSTS
|
|
checksums rmd160 a72b9345e66d7bdcc02bbdbd4e5bcd51631d3e2e \
|
|
sha256 178ebc7eae53c0b4293e023f0e6752ab060faef2a73d64c336d999ca55e1ac5f \
|
|
size 44580
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-patchwork \
|
|
port:R-Rdpack \
|
|
port:R-scales
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|