guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add r-ips.


From: guix-commits
Subject: 03/05: gnu: Add r-ips.
Date: Thu, 25 Aug 2022 05:59:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit abf0b2744d0334929761922cf5ea4a31ad168a14
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 25 11:37:46 2022 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a52493fa4d..fa587737cc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6551,6 +6551,27 @@ Information-Maximization (Infomax), and @dfn{Joint 
Approximate Diagonalization
 of Eigenmatrices} (JADE).")
     (license license:gpl2+)))
 
+(define-public r-ips
+  (package
+    (name "r-ips")
+    (version "0.0.11")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "ips" version))
+              (sha256
+               (base32
+                "02jxanfhsjrabj33nwjv71vdc87hiyzikyqrfdj9ix6dky6lm199"))))
+    (properties `((upstream-name . "ips")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-ape r-phangorn r-plyr r-seqinr r-xml))
+    (home-page "https://cran.r-project.org/package=ips";)
+    (synopsis "Interfaces to phylogenetic software in R")
+    (description
+     "This package provides functions that wrap popular phylogenetic software
+for sequence alignment, masking of sequence alignments, and estimation of
+phylogenies and ancestral character states.")
+    (license license:gpl3)))
+
 (define-public r-dtw
   (package
     (name "r-dtw")



reply via email to

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