From 99da305eb93e6157bdbf6834f41c3a421671f9db Mon Sep 17 00:00:00 2001 From: christopher crew baker Date: Tue, 25 Sep 2018 23:14:48 -0400 Subject: [PATCH] update news --- NEWS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.md b/NEWS.md index b12a099..feb466b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +# wosr 0.2.0 + +## New functions + +* `query_wos_apply()` and `pull_wos_apply()` added to issue multiple queries to the WoS API and pull the data for those queries, respectively + +## Misc + +* `pull_wos()` now returns empty data frames instead of `NA` if the user's query returns no results +* `pull_wos()` explicitly casts all string fields to be character vectors, and `pull_incites()` now correctly casts the `esi_most_cited_article` field to be a logical vector (instead of a numeric) + # wosr 0.1.2 ## New functions