From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDehT-0005X7-Vz for guix-patches@gnu.org; Fri, 19 Oct 2018 20:01:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDehS-0002if-UA for guix-patches@gnu.org; Fri, 19 Oct 2018 20:01:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55765) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDehS-0002iQ-PH for guix-patches@gnu.org; Fri, 19 Oct 2018 20:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDehS-0003bv-Kt for guix-patches@gnu.org; Fri, 19 Oct 2018 20:01:02 -0400 Subject: [bug#33099] [PATCH] I add r-aspi package appended to cran.scm file Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDdfN-0006sc-8S for guix-patches@gnu.org; Fri, 19 Oct 2018 18:54:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDdfM-0006RH-5o for guix-patches@gnu.org; Fri, 19 Oct 2018 18:54:49 -0400 Received: from mail-pf1-x444.google.com ([2607:f8b0:4864:20::444]:36134) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDdfL-0006PV-TA for guix-patches@gnu.org; Fri, 19 Oct 2018 18:54:48 -0400 Received: by mail-pf1-x444.google.com with SMTP id l81-v6so17106802pfg.3 for ; Fri, 19 Oct 2018 15:54:47 -0700 (PDT) MIME-Version: 1.0 From: Laura Lazzati Date: Fri, 19 Oct 2018 19:53:48 -0300 Message-ID: Content-Type: multipart/alternative; boundary="00000000000035eeca05789ccac5" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33099@debbugs.gnu.org Cc: =?UTF-8?Q?G=C3=A1bor?= Boskovits , Ricardo Wurmus --00000000000035eeca05789ccac5 Content-Type: text/plain; charset="UTF-8" >From 132c8bf1e57f30485e3701ce01ea9d1ac7207e7c Mon Sep 17 00:00:00 2001 From: laura 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 --00000000000035eeca05789ccac5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
From 132c8bf1e57f30485e3701ce01ea9d1ac720= 7e7c Mon Sep 17 00:00:00 2001
From: laura <laura.lazzati.15@gmail.com>
Date: Fri, 19 Oct= 2018 19:15:37 -0300
Subject: [PATCH] I add r-aspi package appended to c= ran.scm file

---
=C2=A0gnu/packages/cran.scm | 19 +++++++++++++++= ++++
=C2=A01 file changed, 19 insertions(+)

diff --git a/gnu/pack= ages/cran.scm b/gnu/packages/cran.scm
index efcc2dccb..0d8ee6a97 100644<= br>--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6256,3= +6256,22 @@ a header row or not.=C2=A0 The dataset should contain only one= independent variable
=C2=A0(x) and one dependent variable (y) and can c= ontain a weight for each
=C2=A0observation.")
=C2=A0=C2=A0=C2=A0= =C2=A0 (license license:gpl2)))
+
+(define-public r-aspi
+=C2=A0 (= package
+=C2=A0=C2=A0=C2=A0 (name "r-aspi")
+=C2=A0=C2=A0= =C2=A0 (version "0.2.0")
+=C2=A0=C2=A0=C2=A0 (source
+=C2= =A0=C2=A0=C2=A0=C2=A0 (origin
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (met= hod url-fetch)
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (cran-uri &quo= t;aspi" version))
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256
= +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32
+=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqir= l9k1l4i3897l87"))))
+=C2=A0=C2=A0=C2=A0 (build-system r-build-syste= m)
+=C2=A0=C2=A0=C2=A0 (home-page "https://cran.r-project.org/web/packages/aspi/= ")
+=C2=A0=C2=A0=C2=A0 (synopsis "Analysis of Symmetry of Para= sitic Infections")
+=C2=A0=C2=A0=C2=A0 (description
+=C2=A0=C2= =A0=C2=A0=C2=A0 "Tools for the analysis and visualization of bilateral= asymmetry in
+ parasitic infections.")
+=C2=A0=C2=A0=C2=A0 (lic= ense license:gpl3)))
--
2.17.1
--00000000000035eeca05789ccac5--