-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.25 KB
/
DESCRIPTION
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
Package: rVMAP
Type: Package
Title: A research package for the Vanderbilt Memory and Aging Project (VMAP)
Version: 1.5.1
Authors@R: c(
person(c("Omair", "A."), "Khan",
email = c("[email protected]"),
role = c("aut", "cre")),
person("Dandan", "Liu",
email = "[email protected]",
role = "aut"),
person("Vanderbilt University Medical Center",
role = "cph"))
Description: The rVMAP package is intended to improve the efficiency and reproducibility of data processing and statistical analysis for the Vanderbilt Memory and Alzheimer's Center’s Vanderbilt Memory and Aging Project (VMAP). rVMAP is intended for internal use and contains 1) functions that are commonly used in statistical analysis for VMAP research, and 2) scripts to automate the highly complex quarterly download, merge, processing, derivation, validation, and version control of a master dataset consisting of over 7000 variables at 4 time points for 336 participants.
URL: https://github.com/liud4/rVMAP
BugReports: https://github.com/liud4/rVMAP/issues
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports: knitr,
dplyr,
lubridate,
tidyr,
stringr,
magrittr,
daff,
Hmisc,
formattable,
REDCapR,
secret,
arsenal,
fs
RoxygenNote: 6.1.1