cs_check.R

check_results <- devtools::check()
print(check_results)
if (length(check_results$errors) + length(check_results$warnings) + length(check_results$notes) >= 1) {
    stop('error, warning or note found')
}
fmmmendes/sayhello documentation built on May 29, 2019, 11:04 p.m.