Archived
1
0
Fork 0

gnu: r-effectsize: Update to 0.8.5.

* gnu/packages/cran.scm (r-effectsize): Update to 0.8.5.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:16:26 +02:00
parent d7703f379e
commit 04903ef8ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")