GNU bug report logs - #32202
[PATCH] gnu: Add r-txtplot.

Previous Next

Package: guix-patches;

Reported by: Eric Brown <brown <at> fastmail.com>

Date: Wed, 18 Jul 2018 19:34:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32202 in the body.
You can then email your comments to 32202 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#32202; Package guix-patches. (Wed, 18 Jul 2018 19:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eric Brown <brown <at> fastmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 18 Jul 2018 19:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eric Brown <brown <at> fastmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add r-txtplot.
Date: Wed, 18 Jul 2018 14:33:33 -0500
[Message part 1 (text/plain, inline)]
Please find attached a patch that introduces a new R package: r-txtplot

(This is my first patch, so any comments would be appreciated.)

[0001-gnu-Add-r-txtplot.patch (text/x-patch, inline)]
From 99b79ac10f60b9e5e609913277e5ff3cf181a8ca Mon Sep 17 00:00:00 2001
From: Eric Brown <brown <at> fastmail.com>
Date: Wed, 18 Jul 2018 14:29:10 -0500
Subject: [PATCH] gnu: Add r-txtplot.

* gnu/packages/statistics.scm (r-txtplot): New variable.
---
 gnu/packages/statistics.scm | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 8be3ce1a8..2cdf086c5 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4426,7 +4426,7 @@ approximate, exact searches, fixed radius searches, bd and kb trees.")
                            "fivethirtyeight_" version ".tar.gz"))
        (sha256
         (base32
-         "0fcc8rq745nsghp27dk0lgih90y4zx8hrzcvsn6ih786yv7qxhvl"))))
+         "1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-knitr" ,r-knitr)
@@ -5642,6 +5642,26 @@ table made by the command @code{show256Colors()}.  You can also set the colors
 to any arbitrary string.  In this case, it is up to you to set valid values.")
     (license license:gpl3+)))
 
+(define-public r-txtplot
+  (package
+    (name "r-txtplot")
+    (version "1.0-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "txtplot" version))
+       (sha256
+        (base32
+         "1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h"))))
+    (build-system r-build-system)
+    (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
+plotting function (and equivalents of curve, density, acf and barplot) as well
+as a boxplot function.")
+    (license license:lgpl3+)))
+
 (define-public java-jdistlib
   (package
     (name "java-jdistlib")
-- 
2.18.0


Information forwarded to guix-patches <at> gnu.org:
bug#32202; Package guix-patches. (Wed, 18 Jul 2018 20:00:02 GMT) Full text and rfc822 format available.

Message #8 received at 32202 <at> debbugs.gnu.org (full text, mbox):

From: Eric Brown <brown <at> fastmail.com>
To: 32202 <at> debbugs.gnu.org
Subject: r-txtplot: Corrected patch sets
Date: Wed, 18 Jul 2018 14:59:41 -0500
[Message part 1 (text/plain, inline)]
Apologies, I think I made a mistake in my previous patch set. I've
attached a new suggested addition.

[0001-gnu-Add-r-txtplot.patch (text/x-patch, attachment)]
[0002-Restore-erroneously-replaced-sha256.patch (text/x-patch, attachment)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Thu, 19 Jul 2018 09:47:01 GMT) Full text and rfc822 format available.

Notification sent to Eric Brown <brown <at> fastmail.com>:
bug acknowledged by developer. (Thu, 19 Jul 2018 09:47:02 GMT) Full text and rfc822 format available.

Message #13 received at 32202-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Eric Brown <brown <at> fastmail.com>
Cc: 32202-done <at> debbugs.gnu.org
Subject: Re: [bug#32202] r-txtplot: Corrected patch sets
Date: Thu, 19 Jul 2018 11:46:10 +0200
[Message part 1 (text/plain, inline)]
Hello,

Eric Brown <brown <at> fastmail.com> skribis:

>>From 99b79ac10f60b9e5e609913277e5ff3cf181a8ca Mon Sep 17 00:00:00 2001
> From: Eric Brown <brown <at> fastmail.com>
> 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 ‘guix lint’.

Thank you!

Ludo’.

[Message part 2 (text/x-patch, 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+)))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 16 Aug 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 308 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.