[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/122: gnu: r-effects: Update to 4.2-2.
From: |
guix-commits |
Subject: |
121/122: gnu: r-effects: Update to 4.2-2. |
Date: |
Wed, 10 Aug 2022 07:52:10 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit ee88982207c104286e5bd1982f1743b7471ad603
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:20:18 2022 +0200
gnu: r-effects: Update to 4.2-2.
* gnu/packages/statistics.scm (r-effects): Update to 4.2-2.
[native-inputs]: Remove r-car.
---
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 551c1ba14d..f770d4d682 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6637,14 +6637,14 @@ interface). The recommended routine @code{logspline()}
uses an algorithm from
(define-public r-effects
(package
(name "r-effects")
- (version "4.2-1")
+ (version "4.2-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "effects" version))
(sha256
(base32
- "0h3n2kd43fddy29hlv1nckw3wglykwrgk1hp8khb0pnm2i12b5sk"))))
+ "0nlj79am9a1yg737dhfa8dj1kj2hly9pfknmphsbcvlgxqn35vig"))))
(properties `((upstream-name . "effects")))
(build-system r-build-system)
(propagated-inputs
@@ -6657,7 +6657,7 @@ interface). The recommended routine @code{logspline()}
uses an algorithm from
r-nnet
r-survey))
(native-inputs
- (list r-knitr r-car))
+ (list r-knitr))
(home-page "https://www.r-project.org")
(synopsis
"Effect Displays for Linear, Generalized Linear, and Other Models")
- 117/122: gnu: r-vgam: Update to 1.1-7., (continued)
- 117/122: gnu: r-vgam: Update to 1.1-7., guix-commits, 2022/08/10
- 116/122: gnu: r-robust: Update to 0.7-1., guix-commits, 2022/08/10
- 118/122: gnu: r-quantreg: Update to 5.94., guix-commits, 2022/08/10
- 119/122: gnu: r-lme4: Update to 1.1-30., guix-commits, 2022/08/10
- 74/122: gnu: r-actuar: Update to 3.3-0., guix-commits, 2022/08/10
- 87/122: gnu: r-workflowsets: Update to 1.0.0., guix-commits, 2022/08/10
- 101/122: gnu: r-paws-common: Update to 0.4.0., guix-commits, 2022/08/10
- 115/122: gnu: r-pcapp: Update to 2.0-2., guix-commits, 2022/08/10
- 89/122: gnu: r-tidymodels: Update to 1.0.0., guix-commits, 2022/08/10
- 98/122: gnu: r-textplot: Update to 0.2.2., guix-commits, 2022/08/10
- 121/122: gnu: r-effects: Update to 4.2-2.,
guix-commits <=
- 108/122: gnu: r-roxygen2: Update to 7.2.1., guix-commits, 2022/08/10
- 100/122: gnu: r-dismo: Update to 1.3-8., guix-commits, 2022/08/10
- 91/122: gnu: r-mlr3measures: Update to 0.5.0., guix-commits, 2022/08/10
- 99/122: gnu: r-rapiserialize: Update to 0.1.1., guix-commits, 2022/08/10