From 1a8161a9826ffbcdfc1ed3c165461127d85bc937 Mon Sep 17 00:00:00 2001 From: Justin Stanley Date: Fri, 1 Mar 2019 10:18:14 -0600 Subject: r-bfastspatial: new package at 0.6.2 (#10734) --- .../builtin/packages/r-bfastspatial/package.py | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 var/spack/repos/builtin/packages/r-bfastspatial/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/r-bfastspatial/package.py b/var/spack/repos/builtin/packages/r-bfastspatial/package.py new file mode 100644 index 0000000000..57c201ebba --- /dev/null +++ b/var/spack/repos/builtin/packages/r-bfastspatial/package.py @@ -0,0 +1,28 @@ +# 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 RBfastspatial(RPackage): + """Pre-process gridded time-series data in order for them to be + analyzed with change detection algorithms such as bfast. Uses classes + from the raster package and includes utilities to run the algorithms and + post-process the results.""" + + homepage = "https://github.com/loicdtx/bfastSpatial" + url = "https://github.com/loicdtx/bfastSpatial/archive/0.6.2.tar.gz" + + version('0.6.2', sha256='2c6220a5d04d6e4531b0b022a015651e630433f8d6864fa8b820aed5af5c1897') + + depends_on('r@3.0.0:', type=('build', 'run')) + depends_on('r-raster', type=('build', 'run')) + depends_on('r-bfast', type=('build', 'run')) + depends_on('r-gdalutils', type=('build', 'run')) + depends_on('r-stringr', type=('build', 'run')) + depends_on('r-rgdal', type=('build', 'run')) + depends_on('r-bitops', type=('build', 'run')) + depends_on('r-zoo', type=('build', 'run')) + depends_on('r-sp', type=('build', 'run')) -- cgit v1.2.3-70-g09d2