guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add r-phylobase.


From: guix-commits
Subject: branch master updated: gnu: Add r-phylobase.
Date: Wed, 26 May 2021 17:04:29 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9f27579  gnu: Add r-phylobase.
9f27579 is described below

commit 9f27579fb9ce4c8f464653e24c507e3e39748f24
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed May 26 23:04:12 2021 +0200

    gnu: Add r-phylobase.
    
    * gnu/packages/cran.scm (r-phylobase): New variable.
---
 gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index efba6e2..b402985 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12572,6 +12572,31 @@ library which allows parsing of NEXUS, Newick and 
other phylogenetic tree
 @code{read_newick_phylo()} and @code{read_nexus_phylo()}.")
     (license license:bsd-2)))
 
+(define-public r-phylobase
+  (package
+    (name "r-phylobase")
+    (version "0.8.10")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "phylobase" version))
+              (sha256
+               (base32
+                "0jzr1gdvmi4l640hwwzh9bxqmpja69bn3ygnaqx37awvyh7khi2s"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ade4" ,r-ade4)
+       ("r-ape" ,r-ape)
+       ("r-rcpp" ,r-rcpp)
+       ("r-rncl" ,r-rncl)
+       ("r-rnexml" ,r-rnexml)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/fmichonneau/phylobase";)
+    (synopsis "Base package for phylogenetic structures and comparative data")
+    (description "This package provides a base @code{S4} class for comparative
+methods, incorporating one or more trees and trait data.")
+    (license license:gpl2+)))
+
 (define-public r-rnexml
   (package
     (name "r-rnexml")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]