gnu: r-rstatix: Update to 0.7.0.
* gnu/packages/cran.scm (r-rstatix): Update to 0.7.0.master
parent
b6d9965d41
commit
fdf375346a
|
@ -7524,14 +7524,14 @@ and adds the annotation to the plot.")
|
||||||
(define-public r-rstatix
|
(define-public r-rstatix
|
||||||
(package
|
(package
|
||||||
(name "r-rstatix")
|
(name "r-rstatix")
|
||||||
(version "0.6.0")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rstatix" version))
|
(uri (cran-uri "rstatix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nwwvxwr4z3j4n9z8cnvwghppc836g47n0ia98chk272qwh8xcpb"))))
|
"0330y8iziffqg8j9j5h9zv4qcdyf8ybhmzxrr9fzq9nc6bf1gbm5"))))
|
||||||
(properties `((upstream-name . "rstatix")))
|
(properties `((upstream-name . "rstatix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue