gnu: r-effectsize: Update to 0.5.

* gnu/packages/cran.scm (r-effectsize): Update to 0.5.
[propagated-inputs]: Add r-datawizard and r-performance.
This commit is contained in:
Ricardo Wurmus 2021-11-01 17:52:25 +00:00
parent 250e885841
commit 2ecee21fe8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11485,20 +11485,22 @@ (define-public r-ggeffects
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.4.5")
(version "0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"0rp0r75p8q467lmrsr1gl9wjpib9jz7ksx5rm6c7q2lfg9b9zrjf"))))
"0w7m3hzmwral9cycpvknrkbdvgk230b3vg5sxbm84x72mw534hnh"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)
("r-datawizard" ,r-datawizard)
("r-insight" ,r-insight)
("r-parameters" ,r-parameters)))
("r-parameters" ,r-parameters)
("r-performance" ,r-performance)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/easystats/effectsize")