summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-08 02:53:48 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-08 03:10:12 +0200
commitb83b2a3a4b1a5c39f55614d9f1d496dc220b172f (patch)
tree349398e50db371448538f6dd2697698f4fcce230 /gnu
parent6e93ab06666e624d04648fdafcb0e7c2d8c66e8d (diff)
downloadguix-b83b2a3a4b1a5c39f55614d9f1d496dc220b172f.tar.gz
gnu: r-phangorn: Update to 2.6.3.
* gnu/packages/cran.scm (r-phangorn): Update to 2.6.3.
[native-inputs]: Add r-knitr.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0907233000..d3239ec33d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26596,14 +26596,14 @@ discovery of differentially expressed genes and markers.")
 (define-public r-phangorn
   (package
     (name "r-phangorn")
-    (version "2.5.5")
+    (version "2.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "phangorn" version))
        (sha256
         (base32
-         "0ihkaykqjmf80d8wrk3saphxvnv58zma6pd13633bd3cwanc33f5"))))
+         "08yqz8qlw960x4b52wzrm22f242xnpc8695pjkhy7bi1nzm303ga"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ape" ,r-ape)
@@ -26613,6 +26613,8 @@ discovery of differentially expressed genes and markers.")
        ("r-matrix" ,r-matrix)
        ("r-quadprog" ,r-quadprog)
        ("r-rcpp" ,r-rcpp)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/KlausVigo/phangorn")
     (synopsis "Phylogenetic analysis in R")
     (description