-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
101 lines (61 loc) · 2.18 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
## roadoi 0.7.3
Minor fixes:
- Fix CRAN check issue
- Update internal dependencies
## roadoi 0.7
New features:
- Supports most current Unpaywall data schema (from 20 Jan 2021), including improved detection of delayed OA | thanks @delwen and @Ahobert
- User-friendly interface to access all OA locations in a regular data frame.
Minor fixes:
- bug fix: emails with capital letter were rejected #28 | thanks @rkrug
- CI with GitHub actions
- improved docs
## roadoi 0.6
New features:
- Update data import. New Unpaywall data fields include `oa_status`, `has_repository_copy`, `journal_issns_l` and `published_date`
Minor fixes:
- support new `tidyr::unnest()` interface introduced in version 1.0.0
- store email in `.Renviron` instead of `.Rprofile`
- bug fix RStudio addin
- build data frames with `tibble::tibble`
- improved tests and test coverage
## roadoi 0.5.2
Minor fixes:
- fixing rcrossref example #23
- being more strict with email addresses shared with Unpaywall data
## roadoi 0.5.1
- adding lintr as package dependency
## roadoi 0.5
- re-branding of oaDOI to Unpaywall data
Minor fixes:
- adding httr::RETRY to play nicely with time-outs
- return author and oa journal information
- fix problems when CRAN checks builds vignette
- change contributor role for onboarding reviewers
## roadoi 0.4.1
Minor fixes:
- remove BASE examples because BASE is no longer a data source of oaDOI
- bug fix json parser
## roadoi 0.4
Implements the oaDOI.org API version 2.
## roadoi 0.3
Accepted for rOpenSci:
<https://github.com/ropensci/onboarding/issues/115>
The following suggestions from the reviewers were added:
- email validation, thanks @sckott
- bugfix Shiny Addin, thanks @tts
- add version number as package dependencies for shiny, thanks @rossmounce
- add unit test using lintr package, thanks @maelle
- improved documentation
## roadoi 0.2
### NEW FEATRUES
- Shiny Addin for finding free full-texts in RStudio
- full support of oadoi API version 1.3.0
### Major changes
- requests must now include email address to reflect new oadoi API version
### Minor changes
- improved output documentation
## roadoi 0.1
### NEW FEATRUES
- released on CRAN
- full support of oadoi API version 1.2.0