Common prOcesses for Data quAlity Monitoring

Warning

Package and documentation still in construction !

Overview

This package aims is to provide a series of standardised and generic controls processes for data quality assessment and monitoring.

  • Process transparency: the code is fully documented and the documentation of how works the program will be available.
  • Open access and Open source: the code source is hosted on a github repository codama under a GPL version 3 license. In the end, it would be available on the Comprehensive R Archive Network (CRAN).
  • Referencing of the software : enable result reproducibility and versioning

Installation

Working in progress for this section. Be patient.

devtools::install_github("https://github.com/OB7-IRD/codama",
                         INSTALL_opts=c("--no-multiarch"))

Development version

To get a bug fix or to use a feature from the development version, you can install the development version of furdeb from GitHub.

devtools::install_github("https://github.com/OB7-IRD/codama",
                         ref = "development",
                         INSTALL_opts=c("--no-multiarch"))

Cheatsheet

Working in progress for this section. Be patient.

Usage

library(codama)
# Next steps example will be added later

Getting help

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.

References

Working in progress for this section.