[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: r-estimability: Update to 1.5.
From: |
guix-commits |
Subject: |
02/11: gnu: r-estimability: Update to 1.5. |
Date: |
Tue, 20 Feb 2024 14:21:45 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c3a8d20567737ed3c42f28fe477f20d6f82bf544
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 20 17:40:23 2024 +0100
gnu: r-estimability: Update to 1.5.
* gnu/packages/statistics.scm (r-estimability): Update to 1.5.
[native-inputs]: Add r-knitr.
[description]: Use complete sentence.
Change-Id: I9ed956ca7527a2316667813465bdb2bb47ebd516
---
gnu/packages/statistics.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d50365d73a..025539b389 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -998,19 +998,20 @@ OpenSSL should be used.")
(define-public r-estimability
(package
(name "r-estimability")
- (version "1.4.1")
+ (version "1.5")
(source (origin
(method url-fetch)
(uri (cran-uri "estimability" version))
(sha256
(base32
- "090i1xwdp4fwj8jr8nk13w49516lfkk5mq1w7l0lff9g8lgaynn6"))))
+ "0s6w8vnq0jc136d2mpf6pgg45rbxccrlsgdy89pgksnbaxhmyb5k"))))
(build-system r-build-system)
+ (native-inputs (list r-knitr))
(home-page "https://cran.r-project.org/web/packages/estimability")
(synopsis "Tools for assessing estimability of linear predictions")
- (description "Provides tools for determining estimability of linear
-functions of regression coefficients, and @code{epredict} methods that handle
-non-estimable cases correctly.")
+ (description "This package provides tools for determining estimability of
+linear functions of regression coefficients, and @code{epredict} methods that
+handle non-estimable cases correctly.")
(license license:gpl2+)))
(define-public r-labeling
- branch master updated (877abbdae7 -> 4d3c18b8fe), guix-commits, 2024/02/20
- 06/11: gnu: r-circlize: Update to 0.4.16., guix-commits, 2024/02/20
- 08/11: gnu: r-usethis: Update to 2.2.3., guix-commits, 2024/02/20
- 02/11: gnu: r-estimability: Update to 1.5.,
guix-commits <=
- 09/11: gnu: r-ggforce: Update to 0.4.2., guix-commits, 2024/02/20
- 01/11: gnu: r-dt: Update to 0.32., guix-commits, 2024/02/20
- 07/11: gnu: r-acdm: Update to 1.0.4.3., guix-commits, 2024/02/20
- 03/11: gnu: r-boot: Update to 1.3-29., guix-commits, 2024/02/20
- 04/11: gnu: r-ggvenndiagram: Update to 1.5.2., guix-commits, 2024/02/20
- 05/11: gnu: r-callr: Update to 3.7.5., guix-commits, 2024/02/20
- 11/11: gnu: r-tam: Update to 4.2-21., guix-commits, 2024/02/20
- 10/11: gnu: r-imager: Update to 0.45.8., guix-commits, 2024/02/20