summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-01-17 11:29:22 -0600
committerGitHub <noreply@github.com>2021-01-17 11:29:22 -0600
commit68845f6b23cf0e11c510e951da04f13e2c70d501 (patch)
treee7a9d628ffa4de1f0472988a91b4033a5cb3a5e6
parent9dee70eea56245c31033abd1a28981264950cb42 (diff)
downloadspack-68845f6b23cf0e11c510e951da04f13e2c70d501.tar.gz
spack-68845f6b23cf0e11c510e951da04f13e2c70d501.tar.bz2
spack-68845f6b23cf0e11c510e951da04f13e2c70d501.tar.xz
spack-68845f6b23cf0e11c510e951da04f13e2c70d501.zip
add version 0.10.1 to r-manipulatewidget (#21086)
-rw-r--r--var/spack/repos/builtin/packages/r-manipulatewidget/package.py19
1 files changed, 11 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/r-manipulatewidget/package.py b/var/spack/repos/builtin/packages/r-manipulatewidget/package.py
index 516f0447d0..f992c024d5 100644
--- a/var/spack/repos/builtin/packages/r-manipulatewidget/package.py
+++ b/var/spack/repos/builtin/packages/r-manipulatewidget/package.py
@@ -7,15 +7,18 @@ from spack import *
class RManipulatewidget(RPackage):
- """Like package 'manipulate' does for static graphics, this package helps
- to easily add controls like sliders, pickers, checkboxes, etc. that can
- be used to modify the input data or the parameters of an interactive
- chart created with package 'htmlwidgets'."""
+ """Add Even More Interactivity to Interactive Charts
+
+ Like package 'manipulate' does for static graphics, this package helps to
+ easily add controls like sliders, pickers, checkboxes, etc. that can be
+ used to modify the input data or the parameters of an interactive chart
+ created with package 'htmlwidgets'."""
homepage = "https://github.com/rte-antares-rpackage/manipulateWidget"
url = "https://cloud.r-project.org/src/contrib/manipulateWidget_0.10.0.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/manipulateWidget/"
+ version('0.10.1', sha256='9d621192121f6b516bc7f1a18305995bfb7838c6683ac701422afc03a50e27ee')
version('0.10.0', sha256='3d61a3d0cedf5c8a850a3e62ed6af38c600dc3f25b44c4ff07a5093bf9ca4ffd')
version('0.9.0', sha256='5bf4bdb702263b0e156f40f3354922a06db7db544e497addcd6c98d9860bf3a3')
version('0.8.0', sha256='e7e6351b1fb8f39b9895e2536fa7c149cbc5d63d7022f67c1b25232cf0706ca7')
@@ -25,11 +28,11 @@ class RManipulatewidget(RPackage):
version('0.5.0', sha256='2599e25f78bb0d748705160e1dfe62a673f5bb388ac5f415f3d649d2511737c8')
version('0.4.0', sha256='65cc7d28c2b2efc81fda35da019ac6e6058580cf0fdf5e31458cc96386c0c599')
- depends_on('r-base64enc', type=('build', 'run'))
- depends_on('r-codetools', type=('build', 'run'))
+ depends_on('r-shiny@1.0.3:', type=('build', 'run'))
+ depends_on('r-miniui', type=('build', 'run'))
depends_on('r-htmltools', type=('build', 'run'))
depends_on('r-htmlwidgets', type=('build', 'run'))
depends_on('r-knitr', type=('build', 'run'))
- depends_on('r-miniui', type=('build', 'run'))
- depends_on('r-shiny@1.0.3:', type=('build', 'run'))
+ depends_on('r-base64enc', type=('build', 'run'))
+ depends_on('r-codetools', type=('build', 'run'))
depends_on('r-webshot', type=('build', 'run'))