new version 2023.12.1 with two bug fixes and a new wrapper function

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-12-20 09:01:40 +01:00
commit 31c6994ce3
17 changed files with 2042 additions and 12 deletions

View file

@ -1,6 +1,6 @@
Package: REDCapCAST
Title: REDCap Castellated Data Handling
Version: 23.6.2
Version: 23.12.1
Authors@R: c(
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7559-1154")),
@ -32,7 +32,12 @@ Suggests:
knitr,
rmarkdown,
gt,
keyring
usethis,
pak,
ggplot2,
roxygen2,
rhub,
devtools
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
@ -43,12 +48,15 @@ Imports:
dplyr,
REDCapR,
tidyr,
tidyselect
tidyselect,
keyring,
purrr
Collate:
'utils.r'
'process_user_input.r'
'REDCap_split.r'
'ds2dd.R'
'easy_redcap.R'
'read_redcap_tables.R'
'redcap_wider.R'
'redcapcast_data.R'