[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
203/214: gnu: r-quantreg: Update to 5.93.
From: |
guix-commits |
Subject: |
203/214: gnu: r-quantreg: Update to 5.93. |
Date: |
Sat, 28 May 2022 04:37:57 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 1a0b1fd9cc259b02bf96d2ee7a65a343092070b5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:31:01 2022 +0200
gnu: r-quantreg: Update to 5.93.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.93.
[propagated-inputs]: Add r-mass and r-survival.
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index aa8ec09154..9919057112 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5524,18 +5524,18 @@ using modular prediction and response module classes.")
(define-public r-quantreg
(package
(name "r-quantreg")
- (version "5.88")
+ (version "5.93")
(source
(origin
(method url-fetch)
(uri (cran-uri "quantreg" version))
(sha256
- (base32 "0grsha18zkiil0qnxc1d7kc3w26i6aaa4av9n9ahdm8yf59yah0r"))))
+ (base32 "0fg5x6sa8mz2hh9nak0wajh4l6h03x216462vs94rgq0ln24kafl"))))
(build-system r-build-system)
(native-inputs
(list gfortran))
(propagated-inputs
- (list r-matrix r-matrixmodels r-sparsem))
+ (list r-mass r-matrix r-matrixmodels r-sparsem r-survival))
(home-page "https://www.r-project.org")
(synopsis "Quantile regression")
(description
- 177/214: gnu: r-testthat: Update to 3.1.4., (continued)
- 177/214: gnu: r-testthat: Update to 3.1.4., guix-commits, 2022/05/28
- 176/214: gnu: r-knitr: Update to 1.39., guix-commits, 2022/05/28
- 189/214: gnu: r-dt: Update to 0.23., guix-commits, 2022/05/28
- 193/214: gnu: r-matrixstats: Update to 0.62.0., guix-commits, 2022/05/28
- 194/214: gnu: r-hmisc: Update to 4.7-0., guix-commits, 2022/05/28
- 196/214: gnu: r-gdata: Update to 2.18.0.1., guix-commits, 2022/05/28
- 202/214: gnu: r-rrcov: Update to 1.7-0., guix-commits, 2022/05/28
- 200/214: gnu: r-mclust: Update to 5.4.10., guix-commits, 2022/05/28
- 209/214: gnu: r-datasaurus: Update to 0.1.6., guix-commits, 2022/05/28
- 198/214: gnu: r-lars: Update to 1.3., guix-commits, 2022/05/28
- 203/214: gnu: r-quantreg: Update to 5.93.,
guix-commits <=
- 208/214: gnu: r-logspline: Update to 2.1.17., guix-commits, 2022/05/28
- 213/214: gnu: r-rcurl: Update to 1.98-1.6., guix-commits, 2022/05/28
- 204/214: gnu: r-nloptr: Update to 2.0.3., guix-commits, 2022/05/28
- 01/214: gnu: r-activepathways: Update to 1.1.0., guix-commits, 2022/05/28
- 88/214: gnu: r-globals: Update to 0.15.0., guix-commits, 2022/05/28
- 153/214: gnu: r-seuratobject: Update to 4.1.0., guix-commits, 2022/05/28
- 141/214: gnu: r-scrypt: Update to 0.1.4., guix-commits, 2022/05/28
- 160/214: gnu: r-mlr3tuning: Update to 0.13.1., guix-commits, 2022/05/28
- 161/214: gnu: r-pkgdown: Update to 2.0.3., guix-commits, 2022/05/28
- 173/214: gnu: r-mass: Update to 7.3-57., guix-commits, 2022/05/28