Skip to content

Commit

Permalink
bump version, update news, cran comments, codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 2, 2023
1 parent 0de01fa commit 3ce136d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
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.8.4
Version: 0.9.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
@@ -1,3 +1,11 @@
cowsay 0.9.0
============

* remove `multicolor` temporarily as it is no longer on CRAN (#86)
* use new special "sentinel" "PACKAGE" prefixed with an underscore for the package level manual file (84)
* new animals alligator, goldfish, stegosaurus, whale, and wolf from @harriscw (#79)


cowsay 0.8.2
============

Expand Down
18 changes: 3 additions & 15 deletions codemeta.json
Expand Up @@ -7,13 +7,13 @@
"codeRepository": "https://github.com/sckott/cowsay",
"issueTracker": "https://github.com/sckott/cowsay/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.8.2",
"version": "0.9.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.2 (2022-10-31)",
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -151,18 +151,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "multicolor",
"name": "multicolor",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=multicolor"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
Expand Down Expand Up @@ -227,5 +215,5 @@
},
"SystemRequirements": null
},
"fileSize": "336.83KB"
"fileSize": "334.382KB"
}
10 changes: 3 additions & 7 deletions cran-comments.md
@@ -1,20 +1,16 @@
## Test environments

* local macOS install, R 4.2.2 patched
* ubuntu 20.04 (on github actions), R 4.2.2
* local macOS install, R 4.3.1
* ubuntu 22.04 (on github actions), R 4.3.1
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 0 notes

## Reverse dependencies

Checked the 1 downstream dependency. There were no problems.

---

This version makes sure to use a Suggested package conditionally throughout the package.
This version adds use of the special sential _PACKAGE as requested, and some other minor changes.

Thanks!
Scott Chamberlain

0 comments on commit 3ce136d

Please sign in to comment.