gnu: r-summarytools: Update to 0.9.4.
* gnu/packages/cran.scm (r-summarytools): Update to 0.9.4.
This commit is contained in:
parent
1656a4259b
commit
084ea3481b
|
@ -8518,14 +8518,14 @@ ways.")
|
||||||
(define-public r-summarytools
|
(define-public r-summarytools
|
||||||
(package
|
(package
|
||||||
(name "r-summarytools")
|
(name "r-summarytools")
|
||||||
(version "0.9.3")
|
(version "0.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "summarytools" version))
|
(uri (cran-uri "summarytools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wfbkgvicaic37zgpr6zcm4a58yx43p59h0sqggdj44ncqs7147f"))))
|
"1n695baz56mg4f13xjjadfq0xalw5xsn6xicil0yap5hgi8fsr3a"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-checkmate" ,r-checkmate)
|
`(("r-checkmate" ,r-checkmate)
|
||||||
|
|
Loading…
Reference in New Issue