me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rms): Update to 6.6-0.
[propagated-inputs]: Remove r-lattice; add r-kableextra and r-knitr.
master
Ricardo Wurmus 2023-04-17 11:10:34 +02:00
parent b9d6b88a33
commit 185bb03286
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -21271,13 +21271,13 @@ lspec, polyclass, and polymars.")
(define-public r-rms
(package
(name "r-rms")
(version "6.5-0")
(version "6.6-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rms" version))
(sha256
(base32 "11dibpjgbhlqzn97254hlp6p6wfld7bnw4j5rr0dqwynj6fq2vzx"))))
(base32 "0p32nqb4pj8dddi4dwjbr59wp6q6vvmarq97vpdaxwrr8fwsvazk"))))
(build-system r-build-system)
(propagated-inputs
(list r-cluster
@ -21287,7 +21287,8 @@ lspec, polyclass, and polymars.")
r-hmisc
r-htmltable
r-htmltools
r-lattice
r-kableextra
r-knitr
r-mass
r-multcomp
r-nlme