From 02d14b6beaf294e464c856f37b86501f79d268ff Mon Sep 17 00:00:00 2001 From: Jakson Alves de Aquino Date: Tue, 26 Sep 2023 10:05:31 -0300 Subject: [PATCH] Version 1.2.2 --- DESCRIPTION | 7 +++---- NEWS | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 970ee3f..91fe4d8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: colorout -Version: 1.2-2 -Date: 2019-07-14 +Version: 1.2.2 +Date: 2023-09-26 Title: Colorize R Output on Terminal Emulators Author: Jakson Aquino and Dominique-Laurent Couturier Maintainer: Jakson Alves de Aquino @@ -14,7 +14,6 @@ Description: Colorize R output when it is running on a terminal emulator. the default Rstd_WriteConsoleEx which, when enabled, is responsible for printing messages in the Console when R is running in interactive mode. It works with RStudio, but there is no support for Graphical User - Interfaces that does not support ANSI colors, such as Windows RGui, RKward, - JGR etc. + Interfaces that does not support ANSI colors, such as Windows RGui. License: GPL (>= 2) URL: https://github.com/jalvesaq/colorout diff --git a/NEWS b/NEWS index bdb01e1..cd30117 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ -Version 1.2-2 (2019-07-14) +Version 1.2.2 (2023-09-26) - Colorize patterns defined by users. + - New function: isColorOut(). + Version 1.2-1 (2019-28-04) - Minor bug fixes.