mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: r-haplo-stats: Update to 1.8.2.
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.8.2. [propagated-inputs]: Add r-arsenal.
This commit is contained in:
parent
c4a48418f7
commit
4dcbea180d
1 changed files with 4 additions and 3 deletions
|
@ -14046,18 +14046,19 @@ (define-public r-arsenal
|
|||
(define-public r-haplo-stats
|
||||
(package
|
||||
(name "r-haplo-stats")
|
||||
(version "1.7.9")
|
||||
(version "1.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "haplo.stats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19kxascqq5qz0zdxx0w837ji207y1z2ggxkl4vmlbay03k2dw2mx"))))
|
||||
"13gc980jk1pas7mz9b4nmwqd64qhh2c0xhq1z06z67jgv7k8n7dc"))))
|
||||
(properties `((upstream-name . "haplo.stats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rms" ,r-rms)))
|
||||
`(("r-arsenal" ,r-arsenal)
|
||||
("r-rms" ,r-rms)))
|
||||
(native-inputs
|
||||
`(("r-r-rsp" ,r-r-rsp))) ; for vignettes
|
||||
(home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
|
||||
|
|
Loading…
Reference in a new issue