From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:59479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFM0b-0003kf-An for guix-patches@gnu.org; Sat, 13 Apr 2019 13:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFM0a-0008R0-DS for guix-patches@gnu.org; Sat, 13 Apr 2019 13:00:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45432) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hFM0Z-0008P5-8E for guix-patches@gnu.org; Sat, 13 Apr 2019 13:00:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hFM0Z-0004cF-0h for guix-patches@gnu.org; Sat, 13 Apr 2019 13:00:03 -0400 Subject: bug#34695: [PATCH] gnu: add r-rex. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20190301080758.5548-1-anothersms@gmail.com> <20190301080758.5548-5-anothersms@gmail.com> From: Ricardo Wurmus In-reply-to: <20190301080758.5548-5-anothersms@gmail.com> Date: Sat, 13 Apr 2019 11:13:29 +0200 Message-ID: <87ftqm2rpi.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Cc: 34695-done@debbugs.gnu.org Hi Nicol=C3=B2, > --- > gnu/packages/cran.scm | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm > index 111152d2d0..f3bd3ded8d 100644 > --- a/gnu/packages/cran.scm > +++ b/gnu/packages/cran.scm > @@ -10705,3 +10705,24 @@ functions are provided.") > help you to better understand object oriented programming in R, particul= arly > using @code{S3}.") > (license license:gpl3))) > + > +(define-public r-rex [=E2=80=A6] Sorry for the delay. I updated the commit message and the description and pushed this to the master branch with commit 296ea15cf3. Thanks! --=20 Ricardo