guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: Add r-stepwise.


From: guix-commits
Subject: 01/15: gnu: Add r-stepwise.
Date: Sun, 24 Mar 2019 18:44:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ea87b4e37d56bae7c8262c9d539ecfc9fae5e0fa
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 24 20:37:55 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b638e46..12c3989 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11977,3 +11977,22 @@ methods.")
      "This package provides numerical simulations, and visualizations, of
 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
     (license license:gpl2+)))
+
+(define-public r-stepwise
+  (package
+    (name "r-stepwise")
+    (version "0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "stepwise" version))
+       (sha256
+        (base32
+         "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
+    (build-system r-build-system)
+    (home-page "http://stat.sfu.ca/statgen/research/stepwise.html";)
+    (synopsis "Stepwise detection of recombination breakpoints")
+    (description
+     "This package provides a stepwise approach to identifying recombination
+breakpoints in a genomic sequence alignment.")
+    (license license:gpl2+)))



reply via email to

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