mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
new version 2023.12.1 with two bug fixes and a new wrapper function
This commit is contained in:
parent
085aa9de62
commit
31c6994ce3
17 changed files with 2042 additions and 12 deletions
14
DESCRIPTION
14
DESCRIPTION
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue