REDCapCAST/DESCRIPTION

66 lines
2.1 KiB
Plaintext
Raw Normal View History

2023-03-03 12:41:14 +01:00
Package: REDCapCAST
2023-04-14 09:46:55 +02:00
Title: REDCap Castellated Data Handling
Version: 23.12.1
Authors@R: c(
2023-04-13 10:57:04 +02:00
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7559-1154")),
person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = "aut"))
Description: Forked from 'REDCapRITS' by Paul Egeler and Spectrum Health.
2023-04-14 09:46:55 +02:00
See <https://github.com/SpectrumHealthResearch/REDCapRITS>.
Handles castellated datasets from 'REDCap' projects with repeating instruments.
Assists in casting tidy tables from raw 'REDCap' data exports for each
repeated instrument. Keeps a focused data export approach, by allowing to
only export required data from the database.
'REDCap' (Research Electronic Data Capture) is a secure, web-based software
platform designed to support data capture for research studies, providing
1) an intuitive interface for validated data capture; 2) audit trails for
tracking data manipulation and export procedures; 3) automated export
procedures for seamless data downloads to common statistical packages; and
4) procedures for data integration and interoperability with external sources
(Harris et al (2009) <doi:10.1016/j.jbi.2008.08.010>;
Harris et al (2019) <doi:10.1016/j.jbi.2019.103208>).
2018-06-03 22:08:26 +02:00
Depends: R (>= 3.4.0)
2023-03-08 11:50:44 +01:00
Suggests:
spelling,
RCurl,
httr,
2018-06-03 22:08:26 +02:00
jsonlite,
testthat,
2019-07-26 23:26:33 +02:00
Hmisc,
2023-03-08 11:50:44 +01:00
readr,
2023-04-13 10:57:04 +02:00
covr,
knitr,
rmarkdown,
gt,
usethis,
pak,
ggplot2,
roxygen2,
rhub,
devtools
2023-03-08 20:18:39 +01:00
License: GPL (>= 3)
2018-06-03 22:08:26 +02:00
Encoding: UTF-8
LazyData: true
2022-12-21 07:43:56 +01:00
RoxygenNote: 7.2.3
URL: https://github.com/agdamsbo/REDCapCAST, https://agdamsbo.github.io/REDCapCAST/
2023-04-14 09:46:55 +02:00
BugReports: https://github.com/agdamsbo/REDCapCAST/issues
2023-02-28 09:54:03 +01:00
Imports:
dplyr,
2023-02-28 13:59:45 +01:00
REDCapR,
tidyr,
tidyselect,
keyring,
purrr
2018-06-03 22:08:26 +02:00
Collate:
'utils.r'
'process_user_input.r'
2018-06-03 22:08:26 +02:00
'REDCap_split.r'
2023-07-04 16:03:06 +02:00
'ds2dd.R'
'easy_redcap.R'
2023-02-28 09:54:03 +01:00
'read_redcap_tables.R'
2023-02-28 13:59:45 +01:00
'redcap_wider.R'
'redcapcast_data.R'
'redcapcast_meta.R'
2023-03-08 11:50:44 +01:00
Language: en-US
2023-04-13 10:57:04 +02:00
VignetteBuilder: knitr