-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
80 lines (61 loc) · 2.22 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
===============
GNRS 0.3.3
===============
## NEW FEATURES
* Rather than skipping tests when on CRAN or Offline, most are now handled using vcr to cache API responses
## BUG FIXES
* Fixed potential source of errors when testing on CRAN for a few tests that I failed to skip on CRAN
===============
GNRS 0.3.3
===============
## NEW FEATURES
## BUG FIXES
* Updated tests to be skipped when run on CRAN in order to prevent errors when server is temporarily down.
===============
GNRS 0.3.2
===============
## NEW FEATURES
* Added internal function 'gnrs_core'to reduce code duplication
* Improved warning messages from API and R package
* Added explicit testing to ensure code fails gracefully when the server is down
* Added testing to make sure that incorrectly formatted input returns a useful message without an error.
## BUG FIXES
* Updated API to properly format HTTP status codes, allowing us to avoid errors due to conversion from json
* standardized handling of queries that return empty data between _get_counties and _get_states.
===============
GNRS 0.3.1
===============
## NEW FEATURES
* Added GNRS_data_dictionary() function and associated test.
## BUG FIXES
* Fixed problem with handling of API being down/unavailable
* Tests are now skipped if offline
===============
GNRS 0.3.0
===============
## NEW FEATURES
* Added GNRS_metadata
* Added GNRS_acknowledgments
* Added GNRS_citations
* Added GNRS_sources
## BUG FIXES
* FUnctions return a message if they cannot connect to either the internet or the API.
===============
GNRS 0.2.0
===============
## NEW FEATURES
* The field "user_id" is now required to be either null or contain only unique values.
* The field "user_id" is now used to ensure the order of the returned records match the order that was submitted.
* The URL used by the API was updated
* Added the option to specify the number of batches to use for processing.
* Added GNRS_version function
* Added GNRS_get_countries()
* Added GNRS_get_states()
* Added GNRS_get_counties()
* Added testing via testthat
* Moved data to from inst/extdata to data/ and added documentation
===============
GNRS 0.1.0
===============
## NEW FEATURES
* released to CRAN