diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/r-htmlwidgets/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/r-htmlwidgets/package.py | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/r-htmlwidgets/package.py b/var/spack/repos/builtin/packages/r-htmlwidgets/package.py index 85ab593245..1dcbbe5062 100644 --- a/var/spack/repos/builtin/packages/r-htmlwidgets/package.py +++ b/var/spack/repos/builtin/packages/r-htmlwidgets/package.py @@ -1,13 +1,13 @@ ############################################################################## -# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC. +# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory. # # This file is part of Spack. # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-647188 # -# For details, see https://github.com/llnl/spack -# Please also see the LICENSE file for our notice and the LGPL. +# For details, see https://github.com/spack/spack +# Please also see the NOTICE and LICENSE files for our notice and the LGPL. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License (as @@ -30,10 +30,12 @@ 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" + 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') depends_on('r-htmltools', type=('build', 'run')) |