updated docs

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-02-07 20:11:00 +01:00
parent 73573f15f1
commit 635fa2f091
3 changed files with 2 additions and 8 deletions

View File

@ -51,17 +51,13 @@ Imports:
keyring, keyring,
purrr, purrr,
readr, readr,
stats, stats
calendar,
lubridate,
glue
Collate: Collate:
'utils.r' 'utils.r'
'process_user_input.r' 'process_user_input.r'
'REDCap_split.r' 'REDCap_split.r'
'ds2dd.R' 'ds2dd.R'
'ds2dd_detailed.R' 'ds2dd_detailed.R'
'ds2ical.R'
'easy_redcap.R' 'easy_redcap.R'
'read_redcap_instrument.R' 'read_redcap_instrument.R'
'read_redcap_tables.R' 'read_redcap_tables.R'

View File

@ -5,7 +5,6 @@ export(clean_redcap_name)
export(d2w) export(d2w)
export(ds2dd) export(ds2dd)
export(ds2dd_detailed) export(ds2dd_detailed)
export(ds2ical)
export(easy_redcap) export(easy_redcap)
export(focused_metadata) export(focused_metadata)
export(get_api_key) export(get_api_key)

View File

@ -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: `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 ### 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. 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 `ds2dd_detailed()`
* Tests for new functions.
# REDCapCAST 24.1.1 # REDCapCAST 24.1.1