mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-hardyweinberg: Update to 1.7.8.
* gnu/packages/cran.scm (r-hardyweinberg): Update to 1.7.8. [native-inputs]: Add r-knitr and r-rmarkdown. Change-Id: I877343e49057c8218adcfcf44ad42c26556829fb
This commit is contained in:
parent
1b3a417cb6
commit
c6c846c044
1 changed files with 3 additions and 2 deletions
|
@ -9754,18 +9754,19 @@ (define-public r-rsolnp
|
|||
(define-public r-hardyweinberg
|
||||
(package
|
||||
(name "r-hardyweinberg")
|
||||
(version "1.7.7")
|
||||
(version "1.7.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "HardyWeinberg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"058bfb43i2vjrc2iy3q3izlijw2hh61rl47c9gcf327xlp9x6wnh"))))
|
||||
"1wddy32zljyya37isqb54sqhpp07s2kizjl36i08pj37bbza7yac"))))
|
||||
(properties `((upstream-name . "HardyWeinberg")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-mice r-nnet r-rcpp r-rsolnp r-shape))
|
||||
(native-inputs (list r-knitr r-rmarkdown))
|
||||
(home-page "https://cran.r-project.org/package=HardyWeinberg")
|
||||
(synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue