gnu: r-rms: Update to 6.0-0.

* gnu/packages/cran.scm (r-rms): Update to 6.0-0.
[propagated-inputs]: Add r-cluster, r-digest, and r-mass.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:11:05 +02:00
parent d263b2d67b
commit 5547b4360f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13672,20 +13672,23 @@ (define-public r-polspline
(define-public r-rms (define-public r-rms
(package (package
(name "r-rms") (name "r-rms")
(version "5.1-4") (version "6.0-0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rms" version)) (uri (cran-uri "rms" version))
(sha256 (sha256
(base32 "19knh1sw0icw6jh9wfb2hq5jf49i2qfvp9myvqm5paa495689x9q")))) (base32 "0m88m63d19qz03x8v56h4rrblln3d2943spi1v4wxxnbcdk22np9"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-cluster" ,r-cluster)
("r-digest" ,r-digest)
("r-ggplot2" ,r-ggplot2)
("r-hmisc" ,r-hmisc) ("r-hmisc" ,r-hmisc)
("r-htmltable" ,r-htmltable) ("r-htmltable" ,r-htmltable)
("r-htmltools" ,r-htmltools) ("r-htmltools" ,r-htmltools)
("r-lattice" ,r-lattice) ("r-lattice" ,r-lattice)
("r-mass" ,r-mass)
("r-multcomp" ,r-multcomp) ("r-multcomp" ,r-multcomp)
("r-nlme" ,r-nlme) ("r-nlme" ,r-nlme)
("r-polspline" ,r-polspline) ("r-polspline" ,r-polspline)