mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add r-accept.
* gnu/packages/cran.scm (r-accept): New variable.
This commit is contained in:
parent
72b67e0b36
commit
0379a16761
1 changed files with 29 additions and 0 deletions
|
@ -16601,3 +16601,32 @@ (define-public r-abtest
|
||||||
elicitation options based on Kass and Vaidyanathan (1992)
|
elicitation options based on Kass and Vaidyanathan (1992)
|
||||||
@url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
|
@url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-accept
|
||||||
|
(package
|
||||||
|
(name "r-accept")
|
||||||
|
(version "0.7.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "accept" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1r4mhy9g4wjcjgdd0gwdarmr09292il3vdkmx0hz7vh9mffyr9kx"))))
|
||||||
|
(properties `((upstream-name . "accept")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-dplyr" ,r-dplyr)
|
||||||
|
("r-extrafont" ,r-extrafont)
|
||||||
|
("r-mass" ,r-mass)
|
||||||
|
("r-plotly" ,r-plotly)
|
||||||
|
("r-stringr" ,r-stringr)
|
||||||
|
("r-viridis" ,r-viridis)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/accept/")
|
||||||
|
(synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
|
||||||
|
(description
|
||||||
|
"This package allows clinicians to predict the rate and severity of
|
||||||
|
future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
|
||||||
|
Disease} (COPD) patients, based on the clinical prediction model published in
|
||||||
|
Adibi et al. (2019) @url{doi:10.1101/651901}.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
Loading…
Reference in a new issue