guix-commits
[Top][All Lists]
Advanced

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

43/47: gnu: Add r-acm4r.


From: guix-commits
Subject: 43/47: gnu: Add r-acm4r.
Date: Fri, 13 Dec 2019 16:42:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 542590c5a3714a06bd364b54763fcfd78826c245
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 19:10:05 2019 +0100

    gnu: Add r-acm4r.
    
    * gnu/packages/cran.scm (r-acm4r): 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 c2ea959..b491484 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17132,3 +17132,27 @@ measures and polarisation measures of income 
distributions.  This package thus
 aides the analysis of income inequality by offering tools for the exploratory
 analysis of income distributions at the disaggregated level.")
     (license license:gpl3)))
+
+(define-public r-acm4r
+  (package
+    (name "r-acm4r")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "acm4r" version))
+       (sha256
+        (base32
+         "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
+    (properties `((upstream-name . "acm4r")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-mass" ,r-mass)))
+    (home-page "https://cran.r-project.org/web/packages/acm4r/";)
+    (synopsis "Align-and-count method comparisons of RFLP data")
+    (description
+     "This is a package to compare sequence fragment lengths or molecular
+weights from pairs of lanes.  The number of matching bands in the
+@dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
+the align-and-count method.")
+    ;; Any version of the GPL
+    (license (list license:gpl2+ license:gpl3+))))



reply via email to

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