# \donttest{
# Download support files into a temporary directory
check_setup(path = tempdir())
# Force re-download if already present
check_setup(path = tempdir(), force = TRUE)
# Download and run the QC Shiny app
if(interactive()){
check_setup(path = tempdir(), run_app = TRUE)
}
# }
Run the code above in your browser using DataLab