[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/31: gnu: r-fit-models: Update to 0.63.
From: |
guix-commits |
Subject: |
31/31: gnu: r-fit-models: Update to 0.63. |
Date: |
Mon, 22 Jun 2020 06:16:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 62648f4ae3882511bc918e98b93addb7c4b41e7e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 12:13:44 2020 +0200
gnu: r-fit-models: Update to 0.63.
* gnu/packages/statistics.scm (r-fit-models): Update to 0.63.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f775e50..25330cb 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4861,14 +4861,14 @@ estimation and robust multivariate analysis with high
breakdown point.")
(define-public r-fit-models
(package
(name "r-fit-models")
- (version "0.5-14")
+ (version "0.63")
(source
(origin
(method url-fetch)
(uri (cran-uri "fit.models" version))
(sha256
(base32
- "0vjbzmx0ambm6yzidb4vbgmhclwzwv2iz2cwl54ccdkvx4cx3fck"))))
+ "0wrrfsgngsfrqnm247f0h6g01807i7lbf5chpyx7hkfdfmm4xbxn"))))
(properties `((upstream-name . "fit.models")))
(build-system r-build-system)
(propagated-inputs
- 19/31: gnu: r-bayestestr: Update to 0.7.0., (continued)
- 19/31: gnu: r-bayestestr: Update to 0.7.0., guix-commits, 2020/06/22
- 22/31: gnu: r-nonnest2: Update to 0.5-4., guix-commits, 2020/06/22
- 24/31: gnu: r-umap: Update to 0.2.6.0., guix-commits, 2020/06/22
- 28/31: gnu: r-backports: Update to 1.1.8., guix-commits, 2020/06/22
- 30/31: gnu: r-glmnet: Update to 4.0-2., guix-commits, 2020/06/22
- 20/31: gnu: r-ggeffects: Update to 0.15.0., guix-commits, 2020/06/22
- 25/31: gnu: r-zvcv: Update to 2.1.0., guix-commits, 2020/06/22
- 27/31: gnu: r-ggplot2: Update to 3.3.2., guix-commits, 2020/06/22
- 29/31: gnu: r-rmarkdown: Update to 2.3., guix-commits, 2020/06/22
- 26/31: gnu: r-isoband: Update to 0.2.2., guix-commits, 2020/06/22
- 31/31: gnu: r-fit-models: Update to 0.63.,
guix-commits <=