summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-bfastspatial/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-bfastspatial/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-bfastspatial/package.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/var/spack/repos/builtin/packages/r-bfastspatial/package.py b/var/spack/repos/builtin/packages/r-bfastspatial/package.py
index 0c0c4b87c7..4896107f84 100644
--- a/var/spack/repos/builtin/packages/r-bfastspatial/package.py
+++ b/var/spack/repos/builtin/packages/r-bfastspatial/package.py
@@ -8,21 +8,21 @@ from spack.package 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."""
+ 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"
+ url = "https://github.com/loicdtx/bfastSpatial/archive/0.6.2.tar.gz"
- version('0.6.2', sha256='2c6220a5d04d6e4531b0b022a015651e630433f8d6864fa8b820aed5af5c1897')
+ 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'))
+ 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"))