From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fg5Wc-0001IX-UF for guix-patches@gnu.org; Thu, 19 Jul 2018 05:47:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fg5WY-000732-9f for guix-patches@gnu.org; Thu, 19 Jul 2018 05:47:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42502) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fg5WY-00072l-5q for guix-patches@gnu.org; Thu, 19 Jul 2018 05:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fg5WX-0001jE-VK for guix-patches@gnu.org; Thu, 19 Jul 2018 05:47:01 -0400 Subject: bug#32202: r-txtplot: Corrected patch sets Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87va9cxrsi.fsf@fastmail.com> <87va9cfh76.fsf@fastmail.com> Date: Thu, 19 Jul 2018 11:46:10 +0200 In-Reply-To: <87va9cfh76.fsf@fastmail.com> (Eric Brown's message of "Wed, 18 Jul 2018 14:59:41 -0500") Message-ID: <87h8kvwobh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: Eric Brown Cc: 32202-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, Eric Brown skribis: >>>From 99b79ac10f60b9e5e609913277e5ff3cf181a8ca Mon Sep 17 00:00:00 2001 > From: Eric Brown > Date: Wed, 18 Jul 2018 14:29:10 -0500 > Subject: [PATCH 1/2] gnu: Add r-txtplot. > > * gnu/packages/statistics.scm (r-txtplot): New variable. I merged the two patches and applied the patch below to address tiny issues reported by =E2=80=98guix lint=E2=80=99. Thank you! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 5228524ae..d8c1e6df3 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -5654,10 +5654,10 @@ to any arbitrary string. In this case, it is up to you to set valid values.") (base32 "1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h")))) (build-system r-build-system) - (home-page "https://cran.r-project.org/web/packages/txtplot") + (home-page "https://cran.r-project.org/web/packages/txtplot/") (synopsis "Text-based plotting") (description "This package provides functions to produce rudimentary ASCII -graphics directly in the terminal window. This package provides a basic +graphics directly in the terminal window. This package provides a basic plotting function (and equivalents of curve, density, acf and barplot) as well as a boxplot function.") (license license:lgpl3+))) --=-=-=--