Currently the DCQC package is not on CRAN, but you can install the development version from GitHub using the devtools package:
install.packages("devtools")
devtools::install_github("SORTEE/DCQC")
library(DCQC)
The only function in DCQC is DCQC().
library(DCQC)
DCQC()