Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: refsplitr
Title: author name disambiguation, author georeferencing, and mapping of
coauthorship networks with 'Web of Science' data
Version: 1.2.0
Version: 1.2.2
Authors@R:
c(person(given = "Auriel M.V.",
family = "Fournier",
Expand All @@ -14,7 +14,7 @@ Authors@R:
person(given = "Forrest R.",
family = "Stevens",
role = "aut"),
person(given = "Emilio",
person(given = "Emilio M.",
family = "Bruna",
role = c("aut", "cre"),
email = "embruna@ufl.edu"),
Expand Down
24 changes: 12 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ refsplitr 1.2.2 (2026-06-16)


### MINOR IMPROVEMENTS
* authors_clean() would sometimes combine authors with very similar or
identical names in the same groupID even if they had different ORCID ID
numbers. A tweak in `authors_match` now eliminates these 'false positives'.
* `authors_clean()` would sometimes combine authors with very similar or
identical names in the same `groupID` even if they had different ORCID ID
numbers. A tweak in `authors_match()` now eliminates these 'false positives'.


refsplitr 1.2.1 (2026-06-15)
=========================

### MINOR IMPROVEMENTS

* modified the section of `authors_parse` that identifies corresponding author
* modified the section of `authors_parse()` that identifies corresponding author
and reprint address (RP field code). There are cases where there is more than
one corresponding author, with names separated by a ';'. This was causing both
authors to be ignored. The revision treats only the first name provided as the
Expand All @@ -40,7 +40,7 @@ refsplitr 1.2.1 (2026-06-15)


### BUG FIXES
* corrected an error in `authors_address` that was changing "USA" to "NA" when
* corrected an error in `authors_address()` that was changing "USA" to "NA" when
parsing countries.


Expand All @@ -58,9 +58,9 @@ refsplitr 1.2 (2025-04-25)
The Google Maps API is still an option, but users should be aware that their
georeferencing request may exceed the lower limit of free queries.

* The `authors_addresses` function has been updated and is now more efficient.
* The `authors_addresses()` function has been updated and is now more efficient.

* In `plot_net_address`: the deprecated function `fortify` has been replaced
* In `plot_net_address()`: the deprecated function `fortify` has been replaced
with `sf_convert`


Expand All @@ -70,19 +70,19 @@ refsplitr 1.0.2 (2024-08-12)
### NEW FEATURES


* `references_read` now extracts additional fields from Web of Science
* `references_read()` now extracts additional fields from Web of Science
records: WE (Source Database), C3 (all author affiliations, equivalent to the
Scopus `affiliations` field code), EI (eISSN), OA (Open Access), and RID
(the original version of the Thomson-Reuters ResearcherID (RI); authors of
some older publications might have an RID but not an RI). These are not
included in the default output of `references_read`; to include
included in the default output of `references_read()`; to include
them use `include_all = TRUE`.

* `references_read` no longer extracts some rarely used field codes:
* `references_read()` no longer extracts some rarely used field codes:
GE, LT, MC, MI, and TA

* The following field codes are now returned by default when using
`references_read`: DT (Document Type), ID (Keywords Plus), IS (Issue),
`references_read()`: DT (Document Type), ID (Keywords Plus), IS (Issue),
JI (ISO abbreviated source code), and NR (number of references cited
by the article).

Expand All @@ -95,7 +95,7 @@ refsplitr 1.0.1 (2024-07-23)
### NEW FEATURES

* output of `plot_net_country()` now includes a list of any authors that have
a lat-lon but no country (called with `products$fixable_countries`).Users can
a lat-lon but no country (called with `products$fixable_countries()`).Users can
correct these and re-run the visualization to include them in the graph.

### DEPRECATED AND DEFUNCT
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ Fournier, Auriel M.V., Matthew E. Boone, Forrest R. Stevens, and Emilio M. Bruna
and mapping of coauthorship networks with Web of Science data.},
author = {Fournier, Auriel M.V., Matthew E. Boone, Forrest R. Stevens,
and Emilio M. Bruna},
year = {2020},
note = {R package version 1.2.0.},
year = {2026},
note = {R package version 1.2.2.},
url ={https://github.com/ropensci/refsplitr}
}

Expand Down
4 changes: 2 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ <h3>Citation: Refsplitr Package</h3>
and mapping of coauthorship networks with Web of Science data.},
author = {Fournier, Auriel M.V., Matthew E. Boone, Forrest R. Stevens,
and Emilio M. Bruna},
year = {2020},
note = {R package version 1.2.0.},
year = {2026},
note = {R package version 1.2.2.},
url ={https://github.com/ropensci/refsplitr}
}</code></pre>
</div>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ Auriel M.V. Fournier, Matthew E. Boone, Forrest R. Stevens, and
title = {refsplitr: author name disambiguation, author georeferencing,
and mapping of coauthorship networks with Web of Science data.},
author = {Fournier, Auriel M.V., Matthew E. Boone, Forrest R. Stevens, and Emilio M. Bruna},
year = {2020},
note = {R package version 1.2.0.},
year = {2026},
note = {R package version 1.2.2.},
url={https://github.com/ropensci/refsplitr}
}

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci/refsplitr",
"issueTracker": "https://github.com/ropensci/refsplitr/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.0",
"version": "1.2.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 1 addition & 1 deletion vignettes/refsplitr.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "refsplitr"
author: "Auriel M. V. Fournier, Matthew E. Boone, Forrest R. Stevens, Emilio M. Bruna"
date: "2025-03-25"
date: "2026-06-16"
output:
rmarkdown::html_vignette:
fig_width: 6
Expand Down
Loading
Loading