From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHaf1-0003wL-RN for guix-patches@gnu.org; Fri, 19 Apr 2019 17:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hHaf0-0003i4-Lj for guix-patches@gnu.org; Fri, 19 Apr 2019 17:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59478) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hHaf0-0003hm-Cr for guix-patches@gnu.org; Fri, 19 Apr 2019 17:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hHaf0-0000UB-7D for guix-patches@gnu.org; Fri, 19 Apr 2019 17:03:02 -0400 Subject: bug#34694: [PATCH] gnu: add r-styler. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20190301080758.5548-1-anothersms@gmail.com> <20190301080758.5548-7-anothersms@gmail.com> From: Ricardo Wurmus In-reply-to: <20190301080758.5548-7-anothersms@gmail.com> Date: Fri, 19 Apr 2019 19:15:41 +0200 Message-ID: <87y345lxvm.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: 34694-done@debbugs.gnu.org Hi Nicol=C3=B2, > --- > gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > > diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm > index 6ab5ecc8da..6acd3efdba 100644 > --- a/gnu/packages/cran.scm > +++ b/gnu/packages/cran.scm > @@ -10777,3 +10777,33 @@ using @code{S3}.") > (description > "Wrappers on 'regexpr' and 'gregexpr' to return the match results i= n tidy data frames.") > (license license:expat))) > + > +(define-public r-styler [=E2=80=A6] Thank you for the patch. I=E2=80=99ve applied it with a few minor changes (description and commit message) to the master branch with commit 107850b391. -- Ricardo