mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 00:25:58 +02:00
gnu: r-haplo-stats: Update to 1.9.8.2.
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.9.8.2. [native-inputs]: Remove r-r-rsp; add r-knitr. Change-Id: I8a3ecd13cfcfe351d6b086f9400937a6b7b47dce
This commit is contained in:
committed by
Andreas Enge
parent
741b4124db
commit
8f415bbb14
@@ -37105,14 +37105,14 @@ include
|
||||
(define-public r-haplo-stats
|
||||
(package
|
||||
(name "r-haplo-stats")
|
||||
(version "1.9.7")
|
||||
(version "1.9.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "haplo.stats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h6r6ddhff75n9brh1pxpqc0s7xn36ly1c3nhlnjipy0k77kxdrg"))))
|
||||
"0lsi6a3rgarirgk7ck24irrnfwbssq5h1kqzcgxj6r1rf0hgpliy"))))
|
||||
(properties `((upstream-name . "haplo.stats")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
@@ -37125,7 +37125,7 @@ include
|
||||
(propagated-inputs
|
||||
(list r-arsenal r-rms))
|
||||
(native-inputs
|
||||
(list r-r-rsp r-testthat)) ; for vignettes
|
||||
(list r-knitr r-testthat)) ; for vignettes
|
||||
(home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
|
||||
(synopsis "Analysis of haplotypes when linkage phase is ambiguous")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user