me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 5 additions and 3 deletions

View File

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