Skip to content

Commit

Permalink
Version 1.1-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Jun 12, 2015
1 parent 7829ef0 commit a49023b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: colorout
Version: 1.1-0
Date: 2014-12-17
Version: 1.1-1
Date: 2015-06-12
Title: Colorize R output on terminal emulators
Author: Jakson Aquino and Dominique-Laurent Couturier
Maintainer: Jakson Alves de Aquino <[email protected]>
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.1-1 (2015-06-12)

- Minor bug fixes.

- New options: colorout.noninteractive and colorout.notatty.

Version 1.1-0 (2014-12-17)

- Don't check if inside emacs; check if isatty(stdout()) is TRUE.
Expand Down
6 changes: 4 additions & 2 deletions man/setOutputColors256.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ setOutputColors256(normal = c(0, 0, 18), number = c(0, 0, 90),
string = c(0, 0, 22), const = c(0, 0, 94), stderror = 52)

# Color schemes for black background:
setOutputColors256(normal = 202, number = 214, negnum = 209, date = 184,
string = 172, const = 179, zero.limit = 0.1)
setOutputColors256(normal = 39, negnum = 183, zero = 114, number = 51,
date = 43, string = 79, const = 75, zero.limit = 0.1)
setOutputColors256(normal = 202, number = 214, zero = 220, negnum = 209,
date = 184, string = 172, const = 179, zero.limit = 0.01)
}

0 comments on commit a49023b

Please sign in to comment.