Archived
1
0
Fork 0

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
This commit is contained in:
Ricardo Wurmus 2024-02-20 17:40:23 +01:00
parent c35e55a7ee
commit c3a8d20567
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -998,19 +998,20 @@ OpenSSL should be used.")
(define-public r-estimability (define-public r-estimability
(package (package
(name "r-estimability") (name "r-estimability")
(version "1.4.1") (version "1.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "estimability" version)) (uri (cran-uri "estimability" version))
(sha256 (sha256
(base32 (base32
"090i1xwdp4fwj8jr8nk13w49516lfkk5mq1w7l0lff9g8lgaynn6")))) "0s6w8vnq0jc136d2mpf6pgg45rbxccrlsgdy89pgksnbaxhmyb5k"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (list r-knitr))
(home-page "https://cran.r-project.org/web/packages/estimability") (home-page "https://cran.r-project.org/web/packages/estimability")
(synopsis "Tools for assessing estimability of linear predictions") (synopsis "Tools for assessing estimability of linear predictions")
(description "Provides tools for determining estimability of linear (description "This package provides tools for determining estimability of
functions of regression coefficients, and @code{epredict} methods that handle linear functions of regression coefficients, and @code{epredict} methods that
non-estimable cases correctly.") handle non-estimable cases correctly.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public r-labeling (define-public r-labeling