Automatic Compliance for Data Calls
This R package provides processes for supporting data calls productions. These processes go through extractions and links from Ob7 databases, quality controls, descriptive analysis and data design.
devtools::install_github("https://github.com/OB7-IRD/acdc",
INSTALL_opts=c("--no-multiarch"))
To get a bug fix or to use a feature from the development version, you can install the development version of acdc from GitHub.
devtools::install_github("https://github.com/OB7-IRD/acdc",
ref = "development",
INSTALL_opts=c("--no-multiarch"))
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub issues page. This link is also available if you have any questions and improvement propositions.