mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
850 B
Tcl
24 lines
850 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 krahim multitaper 1.0-17
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Spectral analysis tools using the multitaper method
|
|
long_description {*}${description}
|
|
homepage https://github.com/krahim/multitaper
|
|
checksums rmd160 727a6c021e7ac50f76be0893f42018ff951dc062 \
|
|
sha256 3430ca62be2ee491d29b05e461647327a8977743241af2d3c39277c920170af3 \
|
|
size 200751
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-fftwtools \
|
|
port:R-psd \
|
|
port:R-slp
|
|
|
|
test.run yes
|