gnu: r-performance: Update to 0.7.3.

* gnu/packages/cran.scm (r-performance): Update to 0.7.3.
[propagated-inputs]: Add r-datawizard.
This commit is contained in:
Ricardo Wurmus 2021-07-26 15:19:08 +02:00
parent 7a8081f23e
commit ce8738a194
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10914,17 +10914,18 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.7.2")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"1yfbf7cp4nqwh5mcnm008vw3dapr5v3yj4lq81pvlwblp9hg7y94"))))
"03qdsdl4x3hwqlbs7hlqb73xypd13p5zj519y0zcydqkf25391sp"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)
("r-datawizard" ,r-datawizard)
("r-insight" ,r-insight)))
(home-page "https://easystats.github.io/performance/")
(synopsis "Assessment of regression models performance")