Skip to content

Commit

Permalink
update codemeta.json, news, cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 12, 2021
1 parent 7ab72c7 commit d863540
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
rvernet 0.8.2
===============

### MINOR IMPROVEMENTS

* vignette fix

rvertnet 0.8.0
===============

Expand Down
35 changes: 17 additions & 18 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
"codeRepository": "https://github.com/ropensci/rvertnet",
"issueTracker": "https://github.com/ropensci/rvertnet/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.8.0",
"version": "0.8.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.6.2",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.2 Patched (2020-01-25 r77715)",
"runtimePlatform": "R version 4.0.5 Patched (2021-03-31 r80136)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -53,18 +52,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"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=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "vcr",
Expand Down Expand Up @@ -118,6 +105,18 @@
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
{
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"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=tibble"
},
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
Expand All @@ -143,10 +142,10 @@
"sameAs": "https://CRAN.R-project.org/package=maps"
}
],
"contIntegration": ["https://travis-ci.org/ropensci/rvertnet", "https://ci.appveyor.com/project/sckott/rvertnet", "https://codecov.io/github/ropensci/rvertnet?branch=master"],
"contIntegration": "https://codecov.io/github/ropensci/rvertnet?branch=master",
"releaseNotes": "https://github.com/ropensci/rvertnet/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rvertnet/blob/master/README.md",
"fileSize": "745.142KB",
"fileSize": "6686.76KB",
"contributor": [
{
"@type": "Person",
Expand All @@ -162,7 +161,7 @@
"applicationCategory": "DataAccess",
"isPartOf": "\"https://ropensci.org\"",
"keywords": ["species", "occurrences", "biodiversity", "maps", "vertnet", "mammals", "mammalia", "specimens", "api-wrapper", "specimen", "rstats", "r", "spocc", "r-package"],
"relatedLink": "https://docs.ropensci.org/rvertnet",
"relatedLink": ["https://docs.ropensci.org/rvertnet", "https://docs.ropensci.org/rvertnet/"],
"copyrightHolder": {},
"funder": {},
"developmentStatus": "https://www.repostatus.org/#active"
Expand Down
6 changes: 3 additions & 3 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.2 patched
* ubuntu 16.04 (on travis-ci), R 3.6.2
* local macOS install, R 4.0.5 Patched
* ubuntu 14.04 (on GitHub Actions), R 4.0.5
* win-builder (devel and release)

## R CMD check results
Expand All @@ -14,7 +14,7 @@

--------

This release includes a bug fix, and changes to two functions to make them more user friendly.
This version fixes a vignette issue.

Sincerely,
Scott Chamberlain

0 comments on commit d863540

Please sign in to comment.