[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add r-rncl.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add r-rncl. |
Date: |
Wed, 26 May 2021 16:59:00 -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 22950d6 gnu: Add r-rncl.
22950d6 is described below
commit 22950d66152e1bbd9ab445fc596e1cde85b15807
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed May 26 22:58:18 2021 +0200
gnu: Add r-rncl.
* gnu/packages/cran.scm (r-rncl): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 266f509..efba6e2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12548,6 +12548,30 @@ Helene Touzet and Jean-Stephane Varre, 2007,
Algorithms Mol Biol:2, 15.
Touzet and Varre (2007).")
(license license:gpl2)))
+(define-public r-rncl
+ (package
+ (name "r-rncl")
+ (version "0.8.4")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "rncl" version))
+ (sha256
+ (base32
+ "0ss9jqrvv7bhvl5j74cjrp8r866d9dlavrbbfscwz3mhkgfx06bb"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-progress" ,r-progress)
+ ("r-rcpp" ,r-rcpp)))
+ (home-page "https://github.com/fmichonneau/rncl")
+ (synopsis "Interface to the Nexus class library")
+ (description "This package provides an interface to the Nexus class
+library which allows parsing of NEXUS, Newick and other phylogenetic tree
+ file formats. It provides elements of the file that can be used to build
+ phylogenetic objects such as @code{ape}'s @code{phylo} or @code{phylobase}'s
+@code{phylo4(d)}. This functionality is demonstrated with
+@code{read_newick_phylo()} and @code{read_nexus_phylo()}.")
+ (license license:bsd-2)))
+
(define-public r-rnexml
(package
(name "r-rnexml")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add r-rncl.,
guix-commits <=