mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-hardyweinberg: Update to 1.7.7.
* gnu/packages/cran.scm (r-hardyweinberg): Update to 1.7.7. [propagated-inputs]: Add r-shape. Change-Id: I6bbff3c991abe26ea3fd092a41bca455ed0bc0a3
This commit is contained in:
parent
5e9c66ddc4
commit
69a9bdf8d8
1 changed files with 3 additions and 3 deletions
|
@ -9709,18 +9709,18 @@ (define-public r-rsolnp
|
|||
(define-public r-hardyweinberg
|
||||
(package
|
||||
(name "r-hardyweinberg")
|
||||
(version "1.7.5")
|
||||
(version "1.7.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "HardyWeinberg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b3szw090dsc3bkas2kvx787ww2i6zzg2qmdyivmqc8amx5arn6g"))))
|
||||
"058bfb43i2vjrc2iy3q3izlijw2hh61rl47c9gcf327xlp9x6wnh"))))
|
||||
(properties `((upstream-name . "HardyWeinberg")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-mice r-nnet r-rcpp r-rsolnp))
|
||||
(list r-mice r-nnet r-rcpp r-rsolnp r-shape))
|
||||
(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