rekado pushed a commit to branch master
in repository guix.
commit 04903ef8ea92ed5cfd658df70e63929fedc9a4e0
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Aug 28 14:16:26 2023 +0200
gnu: r-effectsize: Update to 0.8.5.
* gnu/packages/cran.scm (r-effectsize): Update to 0.8.5.
---
gnu/packages/cran.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 45cc08be60..513437a51d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16131,19 +16131,18 @@ results using @code{ggplot2}.")
(define-public r-effectsize
(package
(name "r-effectsize")
- (version "0.8.3")
+ (version "0.8.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
- "1db197w72zi2ln0xfivg1i35rqr9xfsn7py854fv12dipg3l1cfw"))))
+ "01iv9rc1ssa69ziy4z7kldwab5754vamgymf2zannss9g65dl7ri"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs
- (list r-bayestestr r-datawizard r-insight r-parameters
- r-performance))
+ (list r-bayestestr r-datawizard r-insight r-parameters r-performance))
(native-inputs
(list r-knitr))
(home-page "https://github.com/easystats/effectsize")