Skip to content

Commit

Permalink
🔖 v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Cazelles committed Jul 1, 2020
1 parent e7c8530 commit e05ff15
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 89 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rcites
Type: Package
Title: R Interface to the Species+ Database
Version: 1.0.2.9000
Version: 1.1.0
Authors@R: c(person("Jonas", "Geschke", role = c("aut"), email = "jonas.e.geschke@gmail.com", comment = c(ORCID = "0000-0002-5654-9313")),
person("Kevin", "Cazelles", role = c("aut", "cre"), email = "kevin.cazelles@gmail.com", comment = c(ORCID = "0000-0001-6619-9874")),
person("Ignasi", "Bartomeus", role = c("aut"), comment = c(ORCID = "0000-0001-7893-4389")),
Expand Down
7 changes: 2 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# rcites (devel)
# rcites 1.1.0

* internal function `rcites_simplify_distributions()` has been re-written to fix a bug that made `spp_distributions()` throw an error for `taxon_id` with only one distribution entry (see #53).

# rcites 1.0.2

* `spp_*()` functions gain an argument `pause` (see #50, #51 following the issue reported by @fleurhierink in #49).
* minor text editions throught the documentation.
* minor text editions through the documentation.
* return an empty data frame when there is no listing available for a given species (Fix :bug: #47 reported by @eveskew).

# rcites 1.0.1
Expand Down
86 changes: 7 additions & 79 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@type": "SoftwareSourceCode",
"identifier": "rcites",
"description": "A programmatic interface to the Species+ <https://speciesplus.net/> database via the Species+/CITES Checklist API <https://api.speciesplus.net/>.",
"name": "rcites: R Interface to the Species+ Database",
"codeRepository": "https://github.com/ropensci/rcites",
"relatedLink": [
"https://docs.ropensci.org/rcites/",
"https://CRAN.R-project.org/package=rcites"
],
"relatedLink": ["https://ropensci.github.io/rcites/", "https://CRAN.R-project.org/package=rcites"],
"issueTracker": "https://github.com/ropensci/rcites/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.0.2.9000",
"version": "1.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -66,6 +60,8 @@
"familyName": "Verzelen"
}
],
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
Expand Down Expand Up @@ -181,75 +177,7 @@
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
}
],
"releaseNotes": "https://github.com/ropensci/rcites/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rcites/blob/master/README.md",
"fileSize": "1505.918KB",
"contIntegration": ["https://travis-ci.org/ropensci/rcites", "https://ci.appveyor.com/project/KevCaz/rcites-mo3vb", "https://codecov.io/gh/ropensci/rcites"],
"keywords": [
"cites",
"api-client",
"trade",
"endangered-species",
"r-package",
"database",
"r",
"rstats"
],
"citation": [
{
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "Jonas",
"familyName": "Geschke"
},
{
"@type": "Person",
"givenName": "Kevin",
"familyName": "Cazelles"
},
{
"@type": "Person",
"givenName": "Ignasi",
"familyName": "Bartomeus"
},
{
"@type": "Person",
"givenName": "Jonathan",
"familyName": "Goldenberg"
},
{
"@type": "Person",
"givenName": "Marie-Bé",
"familyName": "Leduc"
},
{
"@type": "Person",
"givenName": "Yasmine",
"familyName": "Verzelen"
},
{
"@type": "Person",
"givenName": "Noam",
"familyName": "Ross"
},
{
"@type": "Person",
"givenName": "Margaret",
"familyName": "Siple"
}
],
"name": "{rcites}: An R package to access the CITES Species+ database",
"url": "https://docs.ropensci.org/rcites/"
}
],
"developmentStatus": "https://www.repostatus.org/#active",
"copyrightHolder": {},
"funder": {},
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/244",
"provider": "https://ropensci.org"
}
"fileSize": "554.449KB",
"keywords": ["cites", "api-client", "trade", "endangered-species", "r-package", "database", "r", "rstats"]
}
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
This is a patch adds a new argument *pause* to spp_*() functions.
This is a minor release, several bugs have been fixed and spp_*() functions gain a new argument *pause* to prevent functions from throwing errors caused by too many calls to the web API (which, for some reason, caused http 404 errors).

## Test environments

* local Debian 10 (4.19.0-8-amd64), R-3.6.3
* MacOSX 10.13.3 (on travis-ci), R-release
* MacOSX 10.13.6 (on travis-ci), R-release,
* Ubuntu 14.04 (on travis-ci): R-oldrel,
* Ubuntu 16.04 (on travis-ci): R-release,
* Ubuntu 18.04 (on travis-ci): R-devel,
* Windows Server 2012 R2 x64 (on appveyor): R-release,
* win-builder (R-release and R-devel)
* win-builder (R-release and R-devel),
* local Debian 10 (4.19.0-8-amd64), R-3.6.3.


## R CMD check results
Expand Down

0 comments on commit e05ff15

Please sign in to comment.