[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/37: gnu: r-quantreg: Update to 5.61.
From: |
guix-commits |
Subject: |
37/37: gnu: r-quantreg: Update to 5.61. |
Date: |
Thu, 16 Jul 2020 04:42:46 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d57ce2024b0bdec0f8d05258c32c7bc7275a17a6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 13 21:04:02 2020 +0200
gnu: r-quantreg: Update to 5.61.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.61.
[propagated-inputs]: Add r-conquer.
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 928b4fd..904727d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5094,18 +5094,19 @@ using modular prediction and response module classes.")
(define-public r-quantreg
(package
(name "r-quantreg")
- (version "5.55")
+ (version "5.61")
(source
(origin
(method url-fetch)
(uri (cran-uri "quantreg" version))
(sha256
- (base32 "1zjc8p95kb0ypxa6nxp0lkdq8armkjmmhf8484m25n5f14a59qfb"))))
+ (base32 "0kby1crnzkdg5sczwqapfpkr58apyzrrx85khigcqggmhhwl44wk"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))
(propagated-inputs
- `(("r-matrix" ,r-matrix)
+ `(("r-conquer" ,r-conquer)
+ ("r-matrix" ,r-matrix)
("r-matrixmodels" ,r-matrixmodels)
("r-sparsem" ,r-sparsem)))
(home-page "https://www.r-project.org")
- 22/37: gnu: r-rsubread: Update to 2.2.4., (continued)
- 22/37: gnu: r-rsubread: Update to 2.2.4., guix-commits, 2020/07/16
- 23/37: gnu: r-activepathways: Update to 1.0.2., guix-commits, 2020/07/16
- 25/37: gnu: r-genomicfeatures: Update to 1.40.1., guix-commits, 2020/07/16
- 24/37: gnu: r-summarizedexperiment: Update to 1.18.2., guix-commits, 2020/07/16
- 30/37: gnu: r-pillar: Update to 1.4.6., guix-commits, 2020/07/16
- 35/37: gnu: r-tibble: Update to 3.0.3., guix-commits, 2020/07/16
- 26/37: gnu: r-qtl2: Update to 0.22-11., guix-commits, 2020/07/16
- 29/37: gnu: r-mice: Update to 3.10.0., guix-commits, 2020/07/16
- 33/37: gnu: r-brms: Update to 2.13.3., guix-commits, 2020/07/16
- 36/37: gnu: r-r-rsp: Update to 0.44.0., guix-commits, 2020/07/16
- 37/37: gnu: r-quantreg: Update to 5.61.,
guix-commits <=
- 18/37: gnu: r-xml: Update to 3.99-0.4., guix-commits, 2020/07/16
- 27/37: gnu: r-rhdf5lib: Update to 1.10.1., guix-commits, 2020/07/16
- 31/37: gnu: r-gamlss-dist: Update to 5.1-7., guix-commits, 2020/07/16
- 32/37: gnu: r-gamlss: Update to 5.1-7., guix-commits, 2020/07/16
- 34/37: gnu: r-rlang: Update to 0.4.7., guix-commits, 2020/07/16
- 15/37: gnu: r-rstan: Update to 2.21.1., guix-commits, 2020/07/16
- 19/37: gnu: r-gplots: Update to 3.0.4., guix-commits, 2020/07/16
- 21/37: gnu: Add r-conquer., guix-commits, 2020/07/16
- 28/37: gnu: r-broom: Update to 0.7.0., guix-commits, 2020/07/16