gnu: r-performance: Update to 0.7.3.
* gnu/packages/cran.scm (r-performance): Update to 0.7.3. [propagated-inputs]: Add r-datawizard.
parent
7a8081f23e
commit
ce8738a194
|
@ -10914,17 +10914,18 @@ ROPE percentage and pd).")
|
||||||
(define-public r-performance
|
(define-public r-performance
|
||||||
(package
|
(package
|
||||||
(name "r-performance")
|
(name "r-performance")
|
||||||
(version "0.7.2")
|
(version "0.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "performance" version))
|
(uri (cran-uri "performance" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yfbf7cp4nqwh5mcnm008vw3dapr5v3yj4lq81pvlwblp9hg7y94"))))
|
"03qdsdl4x3hwqlbs7hlqb73xypd13p5zj519y0zcydqkf25391sp"))))
|
||||||
(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)))
|
||||||
(home-page "https://easystats.github.io/performance/")
|
(home-page "https://easystats.github.io/performance/")
|
||||||
(synopsis "Assessment of regression models performance")
|
(synopsis "Assessment of regression models performance")
|
||||||
|
|
Reference in New Issue