-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathDESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: RedcapData
Title: Data management utility support for REDCap repositories
Version: 1.1.1
Authors@R: "Morris Ogero <smockinmorris@gmail.com> [aut, cre]"
Maintainer@R: "Morris Ogero <smockinmorris@gmail.com> [aut, cre]"
Description: This package contains utility and helper functions that support
data management tasks of REDCap repositories. These tasks include data
input, formatting, cleaning and error report generation.
Depends:
R (>= 3.0.0)
License: GPL >= 2
LazyData: true
Imports:
data.table,
RCurl,
stringr,
methods,
purrr,
compiler,
doFuture,
parallel,
foreach,
openxlsx
URL: https://github.com/smockin/RedcapData
Collate:
'data_types.R'
'branching_logic.R'
'data_checks.R'
'data_quality_report.R'
'expand_branching_logic.R'
'generic_helper.R'
'redcap_config.R'
'redcap_config_helper.R'
'script.R'
'redcap_helper.R'
'redcap.R'
'import_2_redcap.R'
'validate_fields_without_ranges.R'
'zzz.R'
RoxygenNote: 6.0.1