mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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 cran spooky 1.4.0
|
||
revision 1
|
||
categories-append math
|
||
maintainers nomaintainer
|
||
license GPL-3
|
||
description Time feature extrapolation using spectral analysis and Jack–Knife resampling
|
||
long_description {*}${description}
|
||
checksums rmd160 c27849de3fa3af3b2af42033550aa6f8545298b6 \
|
||
sha256 b6079b4bda740a159929d5e8dcef50fbdeb61f75bb67abfab1825fbd5ba814a3 \
|
||
size 24314
|
||
supported_archs noarch
|
||
platforms {darwin any}
|
||
|
||
depends_lib-append port:R-entropy \
|
||
port:R-fANCOVA \
|
||
port:R-fastDummies \
|
||
port:R-ggplot2 \
|
||
port:R-greybox \
|
||
port:R-imputeTS \
|
||
port:R-lubridate \
|
||
port:R-modeest \
|
||
port:R-moments \
|
||
port:R-philentropy \
|
||
port:R-purrr \
|
||
port:R-readr \
|
||
port:R-scales \
|
||
port:R-tictoc
|
||
|
||
test.run yes
|