summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-quantreg
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-01-31 08:54:34 -0600
committerTodd Gamblin <tgamblin@llnl.gov>2017-01-31 09:54:34 -0500
commit0c0a1fdedc036c1a7bbd420780d48215a9488819 (patch)
tree325ebd78e2d27c3021a7328f97e6bf423932413c /var/spack/repos/builtin/packages/r-quantreg
parent19cf7a2833ba2ffcff46bd4543ed93fd80c1d8ea (diff)
downloadspack-0c0a1fdedc036c1a7bbd420780d48215a9488819.tar.gz
spack-0c0a1fdedc036c1a7bbd420780d48215a9488819.tar.bz2
spack-0c0a1fdedc036c1a7bbd420780d48215a9488819.tar.xz
spack-0c0a1fdedc036c1a7bbd420780d48215a9488819.zip
Add several new R packages (#2952)
* Add several new R packages * Add a few more R packages * Update more versions * Convert Package to RPackage * Add a few more packages * Add missing dependencies
Diffstat (limited to 'var/spack/repos/builtin/packages/r-quantreg')
-rw-r--r--var/spack/repos/builtin/packages/r-quantreg/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-quantreg/package.py b/var/spack/repos/builtin/packages/r-quantreg/package.py
index 2d5091ccaf..c9bdaefa44 100644
--- a/var/spack/repos/builtin/packages/r-quantreg/package.py
+++ b/var/spack/repos/builtin/packages/r-quantreg/package.py
@@ -34,9 +34,10 @@ class RQuantreg(RPackage):
included."""
homepage = "https://cran.r-project.org/package=quantreg"
- url = "https://cran.r-project.org/src/contrib/quantreg_5.26.tar.gz"
+ url = "https://cran.r-project.org/src/contrib/quantreg_5.29.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/quantreg"
+ version('5.29', '643ca728200d13f8c2e62365204e9907')
version('5.26', '1d89ed932fb4d67ae2d5da0eb8c2989f')
depends_on('r-sparsem', type=('build', 'run'))