me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2020-08-20 19:24:26 +02:00
parent c4a48418f7
commit 4dcbea180d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -14046,18 +14046,19 @@ include
(define-public r-haplo-stats (define-public r-haplo-stats
(package (package
(name "r-haplo-stats") (name "r-haplo-stats")
(version "1.7.9") (version "1.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "haplo.stats" version)) (uri (cran-uri "haplo.stats" version))
(sha256 (sha256
(base32 (base32
"19kxascqq5qz0zdxx0w837ji207y1z2ggxkl4vmlbay03k2dw2mx")))) "13gc980jk1pas7mz9b4nmwqd64qhh2c0xhq1z06z67jgv7k8n7dc"))))
(properties `((upstream-name . "haplo.stats"))) (properties `((upstream-name . "haplo.stats")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-rms" ,r-rms))) `(("r-arsenal" ,r-arsenal)
("r-rms" ,r-rms)))
(native-inputs (native-inputs
`(("r-r-rsp" ,r-r-rsp))) ; for vignettes `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
(home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software") (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")