r-multitaper: new package at 1.0-14 (#10110)

This commit is contained in:
Justin Stanley 2018-12-15 13:08:33 -06:00 committed by Massimiliano Culpo
parent 61239257f9
commit 87615d54cc

View File

@ -0,0 +1,18 @@
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RMultitaper(RPackage):
"""multitaper: Spectral Analysis Tools using the Multitaper Method"""
homepage = "https://github.com/krahim/multitaper/"
url = "https://cran.r-project.org/src/contrib/multitaper_1.0-14.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/multitaper/"
version('1.0-14', sha256='c84c122541dc2874131446e23b212259b3b00590d701efee49e6740fd74a8d13')
depends_on('r@3.0:', type='build')