r-bfast: new package at 1.5.7 (#10733)

This commit is contained in:
Justin Stanley 2019-03-01 10:17:37 -06:00 committed by Levi Baber
parent 94357a274c
commit cbc6a2070a

View file

@ -0,0 +1,23 @@
# Copyright 2013-2019 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 RBfast(RPackage):
"""bfast: Breaks For Additive Season and Trend (BFAST)"""
homepage = "https://cran.r-project.org/package=bfast"
url = "https://cran.r-project.org/src/contrib/bfast_1.5.7.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/bfast"
version('1.5.7', sha256='01585fe8944d05ebdb13795214077bc1365f0c0372e2a1f7edb914356dace558')
depends_on('r@2.15.0:', type=('build', 'run'))
depends_on('r-strucchange', type=('build', 'run'))
depends_on('r-zoo', type=('build', 'run'))
depends_on('r-forecast', type=('build', 'run'))
depends_on('r-sp', type=('build', 'run'))
depends_on('r-raster', type=('build', 'run'))