mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-smpracticals.
* gnu/packages/cran.scm (r-smpracticals): New variable.
This commit is contained in:
parent
0379a16761
commit
bba4ec62e3
1 changed files with 27 additions and 0 deletions
|
@ -16630,3 +16630,30 @@ (define-public r-accept
|
|||
Disease} (COPD) patients, based on the clinical prediction model published in
|
||||
Adibi et al. (2019) @url{doi:10.1101/651901}.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-smpracticals
|
||||
(package
|
||||
(name "r-smpracticals")
|
||||
(version "1.4-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "SMPracticals" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
|
||||
(properties `((upstream-name . "SMPracticals")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ellipse" ,r-ellipse)
|
||||
("r-mass" ,r-mass)
|
||||
("r-nlme" ,r-nlme)
|
||||
("r-survival" ,r-survival)))
|
||||
(home-page "http://statwww.epfl.ch/davison/SM/")
|
||||
(synopsis "Practicals for use with Davison (2003) Statistical Models")
|
||||
(description
|
||||
"This package contains the datasets and a few functions for use with the
|
||||
practicals outlined in Appendix A of the book Statistical Models (Davison,
|
||||
2003, Cambridge University Press). The practicals themselves can be found at
|
||||
@url{http://statwww.epfl.ch/davison/SM/}.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue