Skip to content

Commit

Permalink
news and cran comments updated, bump to v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Sep 17, 2018
1 parent c797600 commit 466686d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Messages, Warnings, Strings with Ascii Animals
Description: Allows printing of character strings as messages/warnings/etc.
with ASCII animals, including cats, cows, frogs, chickens, ghosts,
and more.
Version: 0.6.7.9100
Version: 0.7.0
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
cowsay 0.7
==========

### NEW FEATURES

* `cowsay` now supports colors via the `multicolor` package from [Amanda Dobbyn](https://github.com/aedobbyn). supports coloring by the thing being said (new `what_color` parameter) or the thing saying it (new `by_color` parameter). supports more than one color. thanks Amanda! (#59) (#61)


cowsay 0.6
==========

Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local OS X install, R 3.5.0
* ubuntu 12.04 (on travis-ci), R 3.5.0
* local OS X install, R 3.5.1
* ubuntu 14.04 (on travis-ci), R 3.5.1
* win-builder (devel and release)

## R CMD check results
Expand All @@ -16,11 +16,11 @@

## Reverse dependencies

Checked the 1 downstream dependency, and there were no problems.
Checked the 3 downstream dependencies, and there were no problems. See the summary at <https://github.com/sckott/cowsay/blob/master/revdep/README.md>

---

This version fixes use of a web API service.
This version adds colors to the console output.

Thanks!
Scott Chamberlain

0 comments on commit 466686d

Please sign in to comment.