emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30403: closed ([PATCH] gnu: Add r-colorout.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30403: closed ([PATCH] gnu: Add r-colorout.)
Date: Wed, 07 Mar 2018 13:49:02 +0000

Your message dated Wed, 07 Mar 2018 16:48:43 +0300
with message-id <address@hidden>
and subject line Re: [bug#30403] [PATCH] gnu: Add r-colorout.
has caused the debbugs.gnu.org bug report #30403,
regarding [PATCH] gnu: Add r-colorout.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30403
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-colorout. Date: Fri, 9 Feb 2018 23:36:40 +0300
* gnu/packages/statistics.scm (r-colorout): New public variable.
---
 gnu/packages/statistics.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 58c7b3f44..ade29df04 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5534,3 +5534,35 @@ inferring an appropriate positioning method.")
       (description "Did you ever wish you could make scatter plots with cat
 shaped points?  Now you can!")
       (license license:asl2.0))))
+
+(define-public r-colorout
+  (package
+    (name "r-colorout")
+    (version "1.2-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/jalvesaq/colorout/archive/";
+                           "v" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "07vqx5ihgnq4dzn5jnfjfhdm3957v4prvf8vhnb3cwvlly4l7p9v"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/jalvesaq/colorout";)
+    (synopsis "Colorize output in the R REPL")
+    (description "@code{colorout} is an R package that colorizes R output when
+running in terminal emulator.
+
+R STDOUT is parsed and numbers, negative numbers, dates in the standard
+format, strings, and R constants are identified and wrapped by special ANSI
+scape codes that are interpreted by terminal emulators as commands to colorize
+the output.  R STDERR is also parsed to identify the expressions warning and
+error and their translations to many languages.  If these expressions are
+found, the output is colorized accordingly; otherwise, it is colorized as
+STDERROR (blue, by default).
+
+You can customize the colors according to your taste, guided by the color
+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+)))
-- 
2.15.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30403] [PATCH] gnu: Add r-colorout. Date: Wed, 07 Mar 2018 16:48:43 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello Ludovic,

Sorry for a push delay.

address@hidden (Ludovic Courtès) writes:

>> * gnu/packages/statistics.scm (r-colorout): New public variable.
>
> Please push!
>
> Note that ‘HACKING’ states:

[…]

Thank you for notice!  I was thinking to push it this week actually,
which I should did previous week.  I want to get a little time buffer,
because I could miss synopsis or description and hope somebody notice.

Pushed as 06c15ee5856442f5520a185d0f1934b6afb1c01b

I'll close the bug report.

Oleg.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]