Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 35a2bdf

Browse files
committed
update news, cran comments, codemeta.json, bump to v0.6.4
1 parent 6735a04 commit 35a2bdf

File tree

5 files changed

+23
-9
lines changed

5 files changed

+23
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Interface to the 'Orcid.org' API
33
Description: Client for the 'Orcid.org' API (<https://orcid.org/>).
44
Functions included for searching for people, searching by 'DOI',
55
and searching by 'Orcid' 'ID'.
6-
Version: 0.6.3.91
6+
Version: 0.6.4
77
Authors@R:
88
c(person(given = "Scott",
99
family = "Chamberlain",

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
rorcid 0.6.4
2+
============
3+
4+
### MINOR IMPROVEMENTS
5+
6+
* removed `recursive` parameter in `orcid()` function as it wasn't used internally (#65)
7+
* fix doc title for `orcid_external_identifiers()` (#81)
8+
* 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)
9+
10+
### BUG FIXES
11+
12+
* remove unused param definition for `...` in `works()` - via R-devel checks (#84)
13+
14+
115
rorcid 0.6.0
216
============
317

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"codeRepository": "https://github.com/ropensci/rorcid",
1111
"issueTracker": "https://github.com/ropensci/rorcid/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.6.0",
13+
"version": "0.6.4",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
@@ -228,7 +228,7 @@
228228
"contIntegration": "https://codecov.io/github/ropensci/rorcid?branch=master",
229229
"releaseNotes": "https://github.com/ropensci/rorcid/blob/master/NEWS.md",
230230
"readme": "https://github.com/ropensci/rorcid/blob/master/README.md",
231-
"fileSize": "893.241KB",
231+
"fileSize": "894.478KB",
232232
"applicationCategory": "Literature",
233233
"isPartOf": "https://ropensci.org",
234234
"keywords": ["identifiers", "literature", "publications", "citations", "scholarly", "people", "api-wrapper", "orcid", "doi", "scholarly-metadata", "rstats", "r", "orcid-api", "r-package"],

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
22

3-
* local OS X install, R 3.6.2 patched
4-
* ubuntu 14.04 (on travis-ci), R 3.6.2
3+
* local OS X install, R 3.6.2 Patched
4+
* ubuntu 16.04 (on travis-ci), R 3.6.2
55
* win-builder (devel and release)
66

77
## R CMD check results
@@ -14,7 +14,7 @@
1414

1515
---
1616

17-
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.
17+
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.
1818

1919
Thanks!
2020
Scott Chamberlain

revdep/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
|field |value |
44
|:--------|:-------------------------------------------|
5-
|version |R version 3.6.2 Patched (2019-12-12 r77564) |
5+
|version |R version 3.6.2 Patched (2020-01-25 r77715) |
66
|os |macOS Mojave 10.14.6 |
77
|system |x86_64, darwin15.6.0 |
88
|ui |X11 |
99
|language |(EN) |
1010
|collate |en_US.UTF-8 |
1111
|ctype |en_US.UTF-8 |
1212
|tz |US/Pacific |
13-
|date |2020-01-27 |
13+
|date |2020-02-05 |
1414

1515
# Dependencies
1616

1717
|package |old |new |Δ |
1818
|:-------|:-----|:-----|:--|
19-
|rorcid |0.5.0 |0.6.0 |* |
19+
|rorcid |0.6.0 |0.6.4 |* |
2020

2121
# Revdeps
2222

0 commit comments

Comments
 (0)