gnu: r-moonbook: Update to 0.2.4.

* gnu/packages/cran.scm (r-moonbook): Update to 0.2.4.
[propagated-inputs]: Remove r-purrr; add r-ztable.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:09:26 +01:00
parent a2d7b63af9
commit dc27771199
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7520,23 +7520,25 @@ (define-public r-nortest
(define-public r-moonbook
(package
(name "r-moonbook")
(version "0.2.3")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "moonBook" version))
(sha256
(base32
"0hys56mwbm776ff7dibi8wzyf69qiais9rs1jazv79lk6h56s9s6"))))
"0z78pzc8sr2g19xjdd9cmai4iqyifmh79gj8x40ddww6a27dalry"))))
(properties `((upstream-name . "moonBook")))
(build-system r-build-system)
(propagated-inputs
`(("r-magrittr" ,r-magrittr)
("r-nortest" ,r-nortest)
("r-purrr" ,r-purrr)
("r-sjmisc" ,r-sjmisc)
("r-stringr" ,r-stringr)
("r-survival" ,r-survival)))
("r-survival" ,r-survival)
("r-ztable" ,r-ztable)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/cardiomoon/moonBook")
(synopsis "Functions and datasets for the book by Keon-Woong Moon")
(description