Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed May 18, 2017
1 parent 7150118 commit 2ac49e6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ In the future:
* When converting REDCap's CSV to R's data.frame, `readr::read_csv()` is used instead of `utils::read.csv()` (Issue #127).
* `redcap_read()` and `redcap_read_oneshot()` allows caller to specify data types for columns.

Versions 0.9.4 through 0.9.6 (Developed 2015-08-26 through)

Versions 0.9.8 (Released 2017-05-18)
------------------------------------------------------------------------------
New Features:
* Enumerate the exported variables. with `redcap_variables()`.
* Experimental EAV export in `redcap_read_oneshot_eav()`, which can be accessed with a triple colon (ie, `REDCapR::redcap_read_oneshot_eav()`).

Bug Fixes
* Adapted to new 2.4 version of curl (see #154)


Versions 0.9.4 through 0.9.6 (Developed 2015-08-26 through 2017-09-09)
------------------------------------------------------------------------------
New Features:
* Support for filtering logic in `redcap_read()` and `redcap_read_oneshot()` (PR #126)
Expand Down

0 comments on commit 2ac49e6

Please sign in to comment.