You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@ This will help extract forms from longitudinal & repeating projects.
72
72
*`read_read_oneshot()`'s parameter `guess_max` now allows floating point values to support `readr::read_csv()` ability to accept a Inf value. (Suggested by @eveyp, #392)
73
73
* pkgdown pages run & display the examples, but CRAN still doesn'trunthem.It's illegal to call external resources/APIs from CRAN computers --mostly because they are occasionally unavailable, so the code breaks. (#419)
74
74
* Renamed some functions to follow a consistent pattern. Old names will be soft-deprecated for a while before being removed. (#416)
75
-
* `redcap_download_file_oneshot()` to `redcap_file_download_opneshot()`
76
-
* `redcap_file_upload_oneshot()` to `redcap_file_upload_opneshot()`
75
+
* `redcap_download_file_oneshot()` to `redcap_file_download_oneshot()`
76
+
* `redcap_file_upload_oneshot()` to `redcap_file_upload_oneshot()`
77
77
* `redcap_download_instrument()` to `redcap_instrument_download()`
78
78
79
79
* `redcap_dag_read()` has new `data_access_group_id` field (introduced maybe in [13.1.0](https://redcap.vanderbilt.edu/community/post.php?id=13)) (#459)
@@ -93,6 +93,7 @@ This will help extract forms from longitudinal & repeating projects.
*Theregexin`regex_named_captures()`isforgivingifthere's an unnecessary leading space (@BlairCooper, #495, #501)
95
95
* `redcap_log_read()` assumes all columns are character, except for `timestamp` (#525)
96
+
* `redcap_file_download_oneshot()` no longer asks for the unnecessary parameter for `repeating_instrument` (that the REDCap server ignores). (@BlairCooper, #506, #530)
0 commit comments