summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rbokeh/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-rbokeh/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-rbokeh/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/r-rbokeh/package.py b/var/spack/repos/builtin/packages/r-rbokeh/package.py
index 4cf22ee653..1f3d49576a 100644
--- a/var/spack/repos/builtin/packages/r-rbokeh/package.py
+++ b/var/spack/repos/builtin/packages/r-rbokeh/package.py
@@ -8,16 +8,15 @@ from spack import *
class RRbokeh(RPackage):
- """R Interface for Bokeh
+ """R Interface for Bokeh.
A native R plotting library that provides a flexible declarative interface
for creating interactive web-based graphics, backed by the Bokeh
visualization library <https://bokeh.pydata.org/>."""
- homepage = "https://hafen.github.io/rbokeh"
- url = "https://cloud.r-project.org/src/contrib/rbokeh_0.5.0.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/rbokeh"
+ cran = "rbokeh"
+ version('0.5.2', sha256='d8c47dbd978efce04e5676a3a91d511517a9bb8fe1859c404bfc9ee0f0bf4ec0')
version('0.5.1', sha256='48eba3b238cea2b9aa408d8a48c663564292e76f2ab3f603bc671315a4a75a88')
version('0.5.0', sha256='499c3224a7dcaeb4bb60fd645b3ef528a20e59437747a073713941b80cbcebd2')
@@ -30,6 +29,7 @@ class RRbokeh(RPackage):
depends_on('r-lazyeval', type=('build', 'run'))
depends_on('r-pryr', type=('build', 'run'))
depends_on('r-magrittr', type=('build', 'run'))
- depends_on('r-ggplot2', type=('build', 'run'))
depends_on('r-scales', type=('build', 'run'))
depends_on('r-gistr', type=('build', 'run'))
+
+ depends_on('r-ggplot2', type=('build', 'run'), when='@:0.5.1')