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
23 lines
865 B
Tcl
23 lines
865 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran abarbour psd 2.1.1
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Adaptive sine-multitaper power spectral density and cross-spectrum estimation
|
|
long_description {*}${description}
|
|
checksums rmd160 08a2c01330582b5266f31994f38193ee4d87054a \
|
|
sha256 7e42058da9c9123afc6d4eed9b1743cc320876d00ebac49a0c3e922b5ec133b1 \
|
|
size 1871412
|
|
|
|
depends_lib-append port:R-RColorBrewer \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|