me
/
guix
Archived
1
0
Fork 0

gnu: r-effectsize: Update to 0.3.0.

* gnu/packages/cran.scm (r-effectsize): Update to 0.3.0.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-04-14 16:03:47 +02:00
parent 50df1d7b37
commit dceb9a702b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -8636,20 +8636,22 @@ results using @code{ggplot2}.")
(define-public r-effectsize (define-public r-effectsize
(package (package
(name "r-effectsize") (name "r-effectsize")
(version "0.2.0") (version "0.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "effectsize" version)) (uri (cran-uri "effectsize" version))
(sha256 (sha256
(base32 (base32
"1liix8rf8xq3hzi7684bl0s20iflsq6g5mxr5k59wp2qwn1i6aww")))) "0kijp4wamkidaxysc11dd4vhvnm4wnbi87871wcbwn27k5b6i5dg"))))
(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-insight" ,r-insight) ("r-insight" ,r-insight)
("r-parameters" ,r-parameters))) ("r-parameters" ,r-parameters)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/easystats/effectsize") (home-page "https://github.com/easystats/effectsize")
(synopsis "Indices of effect size and standardized parameters") (synopsis "Indices of effect size and standardized parameters")
(description (description