-
Notifications
You must be signed in to change notification settings - Fork 6
/
NEWS
41 lines (29 loc) · 1.27 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
reutils 0.2.5
=============
* Add support for eutils API keys (#9).
* Add vignette.
* Depend on `curl` instead of `RCurl`
reutils 0.2.3
=============
* `content(x, 'parsed')` returns `tibble`s instead of `data.frame`s where approbriate.
* Change base URLs for NCBI services to use https instead of http (#7).
* Correctly return the first esummary record from an epost (#6).
reutils 0.2.2
=============
* Correctly print empty LinkSets (#5).
reutils 0.2.1
=============
* Updated URLs in documentation (#4).
* New parameters 'version' and 'retmode' in `einfo()`.
* New parameters 'sort' and 'retmode' in `esearch()`.
* New parameter 'retmode' in `esummary()`.
* Support for JSON as alternative output format for EInfo, ESearch and ESummary.
* Allow batch download to file for more than 500 records in `efetch()` (#2).
* Correctly return hit count in `esearch()` if `rettype = "count"` (#3).
reutils 0.1.2
=============
* Add global option `reutils.test.remote` to control if unit tests that require online access to NCBI EUtilities are run or not.
reutils 0.1.1
=============
* Add global option `reutils.show.headlines` to control the number of head lines displayed in show,efetch method (currently only if `rettype = "text"`.
* new return type `content(x, as = "textConnection")`.