me
/
guix
Archived
1
0
Fork 0

gnu: r-hierfstat: Update to 0.5-7.

* gnu/packages/cran.scm (r-hierfstat): Update to 0.5-7.
[propagated-inputs]: Add r-gaston.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-08-12 11:58:21 +02:00
parent 42fdd90252
commit fb883e0dfe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 2 deletions

View File

@ -14316,19 +14316,22 @@ and a QP solver.")
(define-public r-hierfstat
(package
(name "r-hierfstat")
(version "0.04-22")
(version "0.5-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "hierfstat" version))
(sha256
(base32
"1fav2v2996v5kb1ffa6v5wxfm921syxg6as034vd3j4jfhdibyfx"))))
"0dp8k1z5a8gqnax99y1hwfvxilzf4n2i751zr0z6ihrzirsvb3m3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ade4" ,r-ade4)
("r-adegenet" ,r-adegenet)
("r-gaston" ,r-gaston)
("r-gtools" ,r-gtools)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/hierfstat/")
(synopsis "Estimation and tests of hierarchical F-statistics")
(description