summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-quickplot/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-quickplot/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-quickplot/package.py32
1 files changed, 16 insertions, 16 deletions
diff --git a/var/spack/repos/builtin/packages/r-quickplot/package.py b/var/spack/repos/builtin/packages/r-quickplot/package.py
index 39ff181858..0387f94be6 100644
--- a/var/spack/repos/builtin/packages/r-quickplot/package.py
+++ b/var/spack/repos/builtin/packages/r-quickplot/package.py
@@ -16,19 +16,19 @@ class RQuickplot(RPackage):
cran = "quickPlot"
- maintainers = ['dorton21']
-
- version('0.1.6', sha256='48690a77ae961ed1032130621ef06b2eaf86ee592bf1057471a8c6d6a98ace55')
-
- depends_on('r@3.3.0:', type=('build', 'run'))
- depends_on('r-backports', type=('build', 'run'))
- depends_on('r-data-table@1.10.4:', type=('build', 'run'))
- depends_on('r-fpcompare', type=('build', 'run'))
- depends_on('r-ggplot2', type=('build', 'run'))
- depends_on('r-gridbase', type=('build', 'run'))
- depends_on('r-igraph', type=('build', 'run'))
- depends_on('r-raster', type=('build', 'run'))
- depends_on('r-rcolorbrewer', type=('build', 'run'))
- depends_on('r-rgdal', type=('build', 'run'))
- depends_on('r-rgeos', type=('build', 'run'))
- depends_on('r-sp', type=('build', 'run'))
+ maintainers = ["dorton21"]
+
+ version("0.1.6", sha256="48690a77ae961ed1032130621ef06b2eaf86ee592bf1057471a8c6d6a98ace55")
+
+ depends_on("r@3.3.0:", type=("build", "run"))
+ depends_on("r-backports", type=("build", "run"))
+ depends_on("r-data-table@1.10.4:", type=("build", "run"))
+ depends_on("r-fpcompare", type=("build", "run"))
+ depends_on("r-ggplot2", type=("build", "run"))
+ depends_on("r-gridbase", type=("build", "run"))
+ depends_on("r-igraph", type=("build", "run"))
+ depends_on("r-raster", type=("build", "run"))
+ depends_on("r-rcolorbrewer", type=("build", "run"))
+ depends_on("r-rgdal", type=("build", "run"))
+ depends_on("r-rgeos", type=("build", "run"))
+ depends_on("r-sp", type=("build", "run"))