Skip to content

Commit

Permalink
Merge pull request #682 from ropensci/cran_release
Browse files Browse the repository at this point in the history
rgbif 3.7.8
  • Loading branch information
jhnwllr committed Sep 11, 2023
2 parents b4f6921 + c73e27a commit dfd376e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: A programmatic interface to the Web Service methods
retrieving information on data providers, getting species occurrence
records, getting counts of occurrence records, and using the GBIF
tile map service to make rasters summarizing huge amounts of data.
Version: 3.7.7.6
Version: 3.7.8
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = "aut", comment = c(ORCID="0000-0003-1444-9135")),
Expand Down
24 changes: 18 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci/rgbif",
"issueTracker": "https://github.com/ropensci/rgbif/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "3.7.7",
"version": "3.7.8",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -115,15 +115,27 @@
},
{
"@type": "SoftwareApplication",
"identifier": "raster",
"name": "raster",
"identifier": "terra",
"name": "terra",
"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=raster"
"sameAs": "https://CRAN.R-project.org/package=terra"
},
{
"@type": "SoftwareApplication",
"identifier": "magick",
"name": "magick",
"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=magick"
},
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -346,7 +358,7 @@
"applicationCategory": "Biodiversity",
"isPartOf": "https://ropensci.org",
"keywords": ["GBIF", "specimens", "API", "web-services", "occurrences", "species", "taxonomy", "gbif", "api", "data", "biodiversity", "rstats", "r", "spocc", "r-package", "lifewatch", "oscibio"],
"fileSize": "12483.103KB",
"fileSize": "11313.313KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down Expand Up @@ -390,7 +402,7 @@
],
"name": "rgbif: Interface to the Global Biodiversity Information Facility API",
"url": "https://CRAN.R-project.org/package=rgbif",
"description": "R package version 3.7.7"
"description": "R package version 3.7.8"
},
{
"@type": "ScholarlyArticle",
Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## Test environments

* local windows, R 4.2.3
* windows latest R 4.2.3 (GitHub Actions)
* ubuntu 20.04, R 4.2.3 (GitHub Actions)
* macOS latest, R 4.2.3 (GitHub Actions)
* windows latest R 4.3.1 (GitHub Actions)
* ubuntu 20.04, R 4.3.1 (GitHub Actions)
* macOS latest, R 4.3.1 (GitHub Actions)

## R CMD check results

0 errors | 0 warnings | 0 notes

## Reverse dependencies

* I have run R CMD check on the 15 reverse dependencies. Reverse dependency checks at <https://github.com/ropensci/rgbif/actions?query=workflow%3Arevdep>. No problems were found related to this package.
* I have run R CMD check on the 16 reverse dependencies. Reverse dependency checks at <https://github.com/ropensci/rgbif/actions?query=workflow%3Arevdep>. No problems were found related to this package.

--------

Expand Down

0 comments on commit dfd376e

Please sign in to comment.