diff --git a/DESCRIPTION b/DESCRIPTION index dffaf1e..8a55e6f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -51,17 +51,13 @@ Imports: keyring, purrr, readr, - stats, - calendar, - lubridate, - glue + stats Collate: 'utils.r' 'process_user_input.r' 'REDCap_split.r' 'ds2dd.R' 'ds2dd_detailed.R' - 'ds2ical.R' 'easy_redcap.R' 'read_redcap_instrument.R' 'read_redcap_tables.R' diff --git a/NAMESPACE b/NAMESPACE index 56a6b56..8aaf1ef 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -5,7 +5,6 @@ export(clean_redcap_name) export(d2w) export(ds2dd) export(ds2dd_detailed) -export(ds2ical) export(easy_redcap) export(focused_metadata) export(get_api_key) diff --git a/NEWS.md b/NEWS.md index bbe7d83..179f6b1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,8 +14,6 @@ * NEW: `read_redcap_instrument()` convenience function to retrieve complete instrument. Goes a little against the focused approach. DETAILED INSTRUCTION IS PENDING. -* NEW: `ds2ical()` converts data set to ical format with easy glue string for summary and description. Export .ics file with `calendar::ic_write()`. - ### Other I believe `renv` has now been added and runs correctly. After clone, do `renv::restore()` to install all necessary package to modify the package. @@ -26,6 +24,7 @@ I believe `renv` has now been added and runs correctly. After clone, do `renv::r * Tests for `ds2dd_detailed()` +* Tests for new functions. # REDCapCAST 24.1.1