me
/
guix
Archived
1
0
Fork 0

gnu: r-phangorn: Update to 2.6.3.

* gnu/packages/cran.scm (r-phangorn): Update to 2.6.3.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2021-04-08 02:53:48 +02:00
parent 6e93ab0666
commit b83b2a3a4b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -26596,14 +26596,14 @@ discovery of differentially expressed genes and markers.")
(define-public r-phangorn (define-public r-phangorn
(package (package
(name "r-phangorn") (name "r-phangorn")
(version "2.5.5") (version "2.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "phangorn" version)) (uri (cran-uri "phangorn" version))
(sha256 (sha256
(base32 (base32
"0ihkaykqjmf80d8wrk3saphxvnv58zma6pd13633bd3cwanc33f5")))) "08yqz8qlw960x4b52wzrm22f242xnpc8695pjkhy7bi1nzm303ga"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ape" ,r-ape) `(("r-ape" ,r-ape)
@ -26613,6 +26613,8 @@ discovery of differentially expressed genes and markers.")
("r-matrix" ,r-matrix) ("r-matrix" ,r-matrix)
("r-quadprog" ,r-quadprog) ("r-quadprog" ,r-quadprog)
("r-rcpp" ,r-rcpp))) ("r-rcpp" ,r-rcpp)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/KlausVigo/phangorn") (home-page "https://github.com/KlausVigo/phangorn")
(synopsis "Phylogenetic analysis in R") (synopsis "Phylogenetic analysis in R")
(description (description