boskovits pushed a commit to branch master
in repository guix.

commit b55697fbb430ae9a973eeae91f09213d1e603a9e
Author: Laura Lazzati <[email protected]>
Date:   Tue Oct 23 01:59:22 2018 -0300

    gnu: Add r-aspi.
    
    * gnu/packages/cran.scm (r-aspi): New variable.
    
    Signed-off-by: Gábor Boskovits <[email protected]>
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index efcc2dc..73680a7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2018 Charlie Ritter <[email protected]>
 ;;; Copyright © 2018 Konrad Hinsen <[email protected]>
 ;;; Copyright © 2018 Mădălin Ionel Patrașcu 
<[email protected]>
+;;; Copyright © 2018 Laura Lazzati <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6256,3 +6257,23 @@ 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
+     "This package provides tools for the analysis and visualization of 
bilateral
+      asymmetry in parasitic infections.")
+    (license license:gpl3+)))

Reply via email to