Skip to content

Commit

Permalink
update news, cran comments, codemeta.json, bump to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 5, 2020
1 parent 6735a04 commit 35a2bdf
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Interface to the 'Orcid.org' API
Description: Client for the 'Orcid.org' API (<https://orcid.org/>).
Functions included for searching for people, searching by 'DOI',
and searching by 'Orcid' 'ID'.
Version: 0.6.3.91
Version: 0.6.4
Authors@R:
c(person(given = "Scott",
family = "Chamberlain",
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
rorcid 0.6.4
============

### MINOR IMPROVEMENTS

* removed `recursive` parameter in `orcid()` function as it wasn't used internally (#65)
* fix doc title for `orcid_external_identifiers()` (#81)
* in `orcid_search()` removed parameters `current_prim_inst` and `patent_number` as those have been removed from ORCID; added additional fields to query on in the `orcid()` function: `peer-review-type`, `peer-review-role`, `peer-review-group-id`, `biography`, and `external-id-type-and-value` (#82)

### BUG FIXES

* remove unused param definition for `...` in `works()` - via R-devel checks (#84)


rorcid 0.6.0
============

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeRepository": "https://github.com/ropensci/rorcid",
"issueTracker": "https://github.com/ropensci/rorcid/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.6.0",
"version": "0.6.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -228,7 +228,7 @@
"contIntegration": "https://codecov.io/github/ropensci/rorcid?branch=master",
"releaseNotes": "https://github.com/ropensci/rorcid/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rorcid/blob/master/README.md",
"fileSize": "893.241KB",
"fileSize": "894.478KB",
"applicationCategory": "Literature",
"isPartOf": "https://ropensci.org",
"keywords": ["identifiers", "literature", "publications", "citations", "scholarly", "people", "api-wrapper", "orcid", "doi", "scholarly-metadata", "rstats", "r", "orcid-api", "r-package"],
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 14.04 (on travis-ci), R 3.6.2
* local OS X install, R 3.6.2 Patched
* ubuntu 16.04 (on travis-ci), R 3.6.2
* win-builder (devel and release)

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

---

This version fixes some bugs, improves data parsing in one function, adds some new parameters in another function. This is a re-submission after fixing a broken link in the README.
This version fixes documentation, adds and removes some parameters, and fixes a R devel check on CRAN about a ellipsis (...) param definition that wasn't used in the fxn definition.

Thanks!
Scott Chamberlain
6 changes: 3 additions & 3 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

|field |value |
|:--------|:-------------------------------------------|
|version |R version 3.6.2 Patched (2019-12-12 r77564) |
|version |R version 3.6.2 Patched (2020-01-25 r77715) |
|os |macOS Mojave 10.14.6 |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2020-01-27 |
|date |2020-02-05 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|rorcid |0.5.0 |0.6.0 |* |
|rorcid |0.6.0 |0.6.4 |* |

# Revdeps

0 comments on commit 35a2bdf

Please sign in to comment.