summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorlingnanyuan <1297162327@qq.com>2017-10-24 04:25:42 -0500
committerTodd Gamblin <tgamblin@llnl.gov>2017-10-24 11:25:42 +0200
commit8c0b95c398e8ee366d2df3c849412d3cd72c678f (patch)
tree47648bd923fc343ff3afd6e467d76cc3cc0d2e64 /var
parent22e96a10ad46af0dcf78625d2b8cdb59f9edd7c9 (diff)
downloadspack-8c0b95c398e8ee366d2df3c849412d3cd72c678f.tar.gz
spack-8c0b95c398e8ee366d2df3c849412d3cd72c678f.tar.bz2
spack-8c0b95c398e8ee366d2df3c849412d3cd72c678f.tar.xz
spack-8c0b95c398e8ee366d2df3c849412d3cd72c678f.zip
r-htmlwidgets: Update verion to 0.9 (#5881)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-htmlwidgets/package.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-htmlwidgets/package.py b/var/spack/repos/builtin/packages/r-htmlwidgets/package.py
index 97201ed7fd..0b2a43dc2d 100644
--- a/var/spack/repos/builtin/packages/r-htmlwidgets/package.py
+++ b/var/spack/repos/builtin/packages/r-htmlwidgets/package.py
@@ -30,10 +30,11 @@ class RHtmlwidgets(RPackage):
including the R console, 'R Markdown' documents, and 'Shiny' web
applications."""
- homepage = "https://github.com/ramnathv/htmlwidgets"
- url = "https://cran.r-project.org/src/contrib/htmlwidgets_0.6.tar.gz"
- list_url = homepage
+ homepage = "https://cran.r-project.org/package=htmlTable"
+ url = "https://cran.rstudio.com/src/contrib/htmlwidgets_0.9.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/htmlwidgets"
+ version('0.9', 'b42730691eca8fc9a28903c272d11605')
version('0.8', '06b0404a00e25736946607a36ee5351d')
version('0.6', '7fa522d2eda97593978021bda9670c0e')