summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-crosstalk/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-crosstalk/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-crosstalk/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/r-crosstalk/package.py b/var/spack/repos/builtin/packages/r-crosstalk/package.py
index d4a636f747..719d018f1f 100644
--- a/var/spack/repos/builtin/packages/r-crosstalk/package.py
+++ b/var/spack/repos/builtin/packages/r-crosstalk/package.py
@@ -7,13 +7,12 @@ from spack import *
class RCrosstalk(RPackage):
- """Inter-Widget Interactivity for HTML Widgets
+ """Inter-Widget Interactivity for HTML Widgets.
Provides building blocks for allowing HTML widgets to communicate with each
other, with Shiny or without (i.e. static .html files). Currently supports
linked brushing and filtering."""
- homepage = "https://rstudio.github.io/crosstalk"
cran = "crosstalk"
version('1.2.0', sha256='4237baab35cd246a8a98fb9cf4ce53b6ddbc31d00742ded4edea0479613d1ea0')
@@ -21,9 +20,10 @@ class RCrosstalk(RPackage):
version('1.0.0', sha256='b31eada24cac26f24c9763d9a8cbe0adfd87b264cf57f8725027fe0c7742ca51')
depends_on('r-htmltools@0.3.5:', type=('build', 'run'))
- depends_on('r-htmltools@0.3.6:', when='@1.1.0.1:', type=('build', 'run'))
+ depends_on('r-htmltools@0.3.6:', type=('build', 'run'), when='@1.1.0.1:')
depends_on('r-jsonlite', type=('build', 'run'))
depends_on('r-lazyeval', type=('build', 'run'))
depends_on('r-r6', type=('build', 'run'))
- depends_on('r-ggplot2', when='@:1.0.0', type=('build', 'run'))
- depends_on('r-shiny@0.11:', when='@:1.0.0', type=('build', 'run'))
+
+ depends_on('r-ggplot2', type=('build', 'run'), when='@:1.0.0')
+ depends_on('r-shiny@0.11:', type=('build', 'run'), when='@:1.0.0')