mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-ldheatmap: Update to 0.99-7.
* gnu/packages/cran.scm (r-ldheatmap): Update to 0.99-7. [propagated-inputs]: Add r-rcpp.
This commit is contained in:
parent
2deb1529a2
commit
1a88de187b
1 changed files with 3 additions and 2 deletions
|
@ -13072,18 +13072,19 @@ (define-public r-dlmap
|
|||
(define-public r-ldheatmap
|
||||
(package
|
||||
(name "r-ldheatmap")
|
||||
(version "0.99-5")
|
||||
(version "0.99-7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "LDheatmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0il3g3n3bzv74lz7dlhyiwc2x2417v6yhx2g47pahxdzqa09kf4s"))))
|
||||
"1r0j8bihi5z1x0sgaf7dwzpsw9i0nc1vylvipvc0cia2ka1lr9dc"))))
|
||||
(properties `((upstream-name . "LDheatmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-genetics" ,r-genetics)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-snpstats" ,r-snpstats)))
|
||||
(home-page "http://stat.sfu.ca/statgen/research/ldheatmap.html")
|
||||
(synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
|
||||
|
|
Loading…
Reference in a new issue