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