Skip to content

Commit

Permalink
update news, cran comments, codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 17, 2020
1 parent 7c48735 commit 2261ccb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
ritis 0.9.0
===========

### MINOR IMPROVEMENTS

* an example added to `itis_search()` for how to do a search for Class Aves, and how to drill down from Class Aves to genera within Aves; added text to readme and vignette about how to cite ITIS and a brief comparison of ITIS to other taxonomic data sources; added brief terminology section to readme and vignette with 3 terms thus far (mononomial, binomial, trinomial) (#16) thanks to @TrashBirdEcology for the prompt
* change `tibble::data_frame` useage to `tibble::tibble` (#17)


ritis 0.8.0
===========

Expand Down
19 changes: 8 additions & 11 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"codeRepository": "https://github.com/ropensci/ritis",
"issueTracker": "https://github.com/ropensci/ritis/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.8.0",
"version": "0.9.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.6.1",
"version": "3.6.3",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.1 Patched (2019-09-23 r77210)",
"runtimePlatform": "R version 3.6.3 Patched (2020-03-11 r78210)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@type": "SoftwareApplication",
"identifier": "roxygen2",
"name": "roxygen2",
"version": ">= 6.1.1",
"version": ">= 7.1.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@type": "SoftwareApplication",
"identifier": "vcr",
"name": "vcr",
"version": ">= 0.3.0",
"version": ">= 0.5.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -111,7 +111,7 @@
"@type": "SoftwareApplication",
"identifier": "solrium",
"name": "solrium",
"version": ">= 1.1.0",
"version": ">= 1.1.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -124,7 +124,7 @@
"@type": "SoftwareApplication",
"identifier": "crul",
"name": "crul",
"version": ">= 0.4.0",
"version": ">= 0.9.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -137,7 +137,6 @@
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"version": ">= 1.5",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -150,7 +149,6 @@
"@type": "SoftwareApplication",
"identifier": "data.table",
"name": "data.table",
"version": ">= 1.9.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -163,7 +161,6 @@
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"version": ">= 1.3.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -176,7 +173,7 @@
"contIntegration": "https://travis-ci.org/ropensci/ritis",
"releaseNotes": "https://github.com/ropensci/ritis/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/ritis/blob/master/README.md",
"fileSize": "46.771KB",
"fileSize": "51.448KB",
"relatedLink": "https://docs.ropensci.org/ritis/",
"contributor": {},
"copyrightHolder": {},
Expand Down
8 changes: 3 additions & 5 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.6.1 patched
* ubuntu 14.04 (on travis-ci), R 3.6.1
* local OS X install, R 3.6.3 patched
* ubuntu 16.04 (on travis-ci), R 3.6.3
* win-builder (devel and release)

## R CMD check results
Expand All @@ -16,9 +16,7 @@ There were no problems related to this package. Summary at

---

This version fixes a bug and improves documentation.

This is a re-submission of this version, with a fix for a broken link.
This version updates a dependencies function to a new one they suggest; documentation improvements.

Thanks!
Scott Chamberlain

0 comments on commit 2261ccb

Please sign in to comment.