guix-patches
[Top][All Lists]
Advanced

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

[bug#33099] [PATCH] I add r-aspi package appended to cran.scm file


From: Laura Lazzati
Subject: [bug#33099] [PATCH] I add r-aspi package appended to cran.scm file
Date: Fri, 19 Oct 2018 19:53:48 -0300

From 132c8bf1e57f30485e3701ce01ea9d1ac7207e7c Mon Sep 17 00:00:00 2001
From: laura <address@hidden>
Date: Fri, 19 Oct 2018 19:15:37 -0300
Subject: [PATCH] I add r-aspi package appended to cran.scm file

---
 gnu/packages/cran.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index efcc2dccb..0d8ee6a97 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6256,3 +6256,22 @@ a header row or not.  The dataset should contain only one independent variable
 (x) and one dependent variable (y) and can contain a weight for each
 observation.")
     (license license:gpl2)))
+
+(define-public r-aspi
+  (package
+    (name "r-aspi")
+    (version "0.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "aspi" version))
+       (sha256
+        (base32
+         "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/aspi/")
+    (synopsis "Analysis of Symmetry of Parasitic Infections")
+    (description
+     "Tools for the analysis and visualization of bilateral asymmetry in
+ parasitic infections.")
+    (license license:gpl3)))
--
2.17.1

reply via email to

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