The rVMAP package is intended to improve the efficiency and reproducibility of collaborations between VUMC Department of Biostatistics and the Vanderbilt Memory and Alzheimer's Center for Vanderbilt Memory and Aging Project studies. rVMAP is intended for internal use and contains the following:
- functions that are commonly used in statistical analysis in VMAC research
- scripts that will help automate mundane tasks (e.g. quarterly data freeze and data merge)
- vesion-controlled snapshots of external packages to ensure consistency and reproducibility
- dot files to help ensure consistent environments across users and computers
You can install rVMAP from github with:
# install.packages("devtools")
devtools::install_github("liud4/rVMAP")