From d8635406833afdee8eb60fdc0f97dd604f9b5d43 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Wed, 12 May 2021 16:18:01 -0700 Subject: [PATCH] update codemeta.json, news, cran comments --- NEWS.md | 7 +++++++ codemeta.json | 35 +++++++++++++++++------------------ cran-comments.md | 6 +++--- 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/NEWS.md b/NEWS.md index 45ad9bd..08b072e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +rvernet 0.8.2 +=============== + +### MINOR IMPROVEMENTS + +* vignette fix + rvertnet 0.8.0 =============== diff --git a/codemeta.json b/codemeta.json index 63504af..444189c 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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" diff --git a/cran-comments.md b/cran-comments.md index 74c15ae..105e759 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 @@ -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