summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-dygraphs/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-dygraphs/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-dygraphs/package.py16
1 files changed, 10 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-dygraphs/package.py b/var/spack/repos/builtin/packages/r-dygraphs/package.py
index ce17c9dd6d..f286e5363f 100644
--- a/var/spack/repos/builtin/packages/r-dygraphs/package.py
+++ b/var/spack/repos/builtin/packages/r-dygraphs/package.py
@@ -13,13 +13,17 @@ class RDygraphs(RPackage):
axis-display and interactive features like zoom/pan and series/point
highlighting."""
- homepage = "https://cran.r-project.org/web/packages/dygraphs/index.html"
- url = "https://cran.r-project.org/src/contrib/dygraphs_0.9.tar.gz"
- list_url = "https://cran.r-project.org/src/contrib/Archive/dygraphs"
+ homepage = "https://cloud.r-project.org/package=dygraphs"
+ url = "https://cloud.r-project.org/src/contrib/dygraphs_0.9.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/dygraphs"
+ version('1.1.1.6', sha256='c3d331f30012e721a048e04639f60ea738cd7e54e4f930ac9849b95f0f005208')
+ version('1.1.1.5', sha256='274035988fdd6833121fd5831692355d383acc828d540788dbcecaf88eb2d72d')
version('0.9', '7f0ce4312bcd3f0a58b8c03b2772f833')
+ depends_on('r@3.0:', type=('build', 'run'))
depends_on('r-magrittr', type=('build', 'run'))
- depends_on('r-htmlwidgets', type=('build', 'run'))
- depends_on('r-zoo', type=('build', 'run'))
- depends_on('r-xts', type=('build', 'run'))
+ depends_on('r-htmlwidgets@0.6:', type=('build', 'run'))
+ depends_on('r-zoo@1.7-10:', type=('build', 'run'))
+ depends_on('r-xts@0.9-7:', type=('build', 'run'))
+ depends_on('r-htmltools@0.3.5:', when='@1.1.1.0:', type=('build', 'run'))