guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add r-aspi.


From: Gábor Boskovits
Subject: 01/01: gnu: Add r-aspi.
Date: Tue, 23 Oct 2018 17:29:42 -0400 (EDT)

boskovits pushed a commit to branch master
in repository guix.

commit b55697fbb430ae9a973eeae91f09213d1e603a9e
Author: Laura Lazzati <address@hidden>
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 <address@hidden>
---
 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 <address@hidden>
 ;;; Copyright © 2018 Konrad Hinsen <address@hidden>
 ;;; Copyright © 2018 Mădălin Ionel Patrașcu <address@hidden>
+;;; Copyright © 2018 Laura Lazzati <address@hidden>
 ;;;
 ;;; 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

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