summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-01-17 11:08:38 -0600
committerGitHub <noreply@github.com>2021-01-17 11:08:38 -0600
commitb756df13d748b29a690abd1c25774231e88015b1 (patch)
treeac52ef63445618707cfcb5d9409f4717e790e66f
parent50a361f75e9db0652f12baf458e960066554d9b7 (diff)
downloadspack-b756df13d748b29a690abd1c25774231e88015b1.tar.gz
spack-b756df13d748b29a690abd1c25774231e88015b1.tar.bz2
spack-b756df13d748b29a690abd1c25774231e88015b1.tar.xz
spack-b756df13d748b29a690abd1c25774231e88015b1.zip
add version 1.0-15 to r-multitaper (#21109)
-rw-r--r--var/spack/repos/builtin/packages/r-multitaper/package.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-multitaper/package.py b/var/spack/repos/builtin/packages/r-multitaper/package.py
index 0c97105ca3..dda558415f 100644
--- a/var/spack/repos/builtin/packages/r-multitaper/package.py
+++ b/var/spack/repos/builtin/packages/r-multitaper/package.py
@@ -7,12 +7,22 @@ from spack import *
class RMultitaper(RPackage):
- """multitaper: Spectral Analysis Tools using the Multitaper Method"""
+ """Spectral Analysis Tools using the Multitaper Methodi
+
+ Implements multitaper spectral analysis using discrete prolate spheroidal
+ sequences (Slepians) and sine tapers. It includes an adaptive weighted
+ multitaper spectral estimate, a coherence estimate, Thomson's Harmonic
+ F-test, and complex demodulation. The Slepians sequences are generated
+ efficiently using a tridiagonal matrix solution, and jackknifed confidence
+ intervals are available for most estimates. This package is an
+ implementation of the method described in D.J. Thomson (1982) "Spectrum
+ estimation and harmonic analysis" <doi:10.1109/PROC.1982.12433>."""
homepage = "https://github.com/krahim/multitaper/"
url = "https://cloud.r-project.org/src/contrib/multitaper_1.0-14.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/multitaper/"
+ version('1.0-15', sha256='837d71f3b46fbce2bea210449cf75e609f5363ff23b7808f5f115fdc51e6a3be')
version('1.0-14', sha256='c84c122541dc2874131446e23b212259b3b00590d701efee49e6740fd74a8d13')
depends_on('r@3.0:', type=('build', 'run'))