Skip to content

Commit c4a23c3

Browse files
committed
2 parents 5534d21 + 329964b commit c4a23c3

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

R/run_checks.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ run_congruence_checks <- function(directory = here::here(),
5959
error = function(e) {
6060
err_count <<- err_count + 1
6161
cli::cli_bullets(c(e$message, e$body))
62-
# try({
63-
# if (grepl("rbaker", Sys.getenv("USERNAME"), ignore.case = TRUE)) {
64-
# rstudioapi::viewer(url = system.file("extdata", "pebkac.jpg",
65-
# package = "DPchecker",
66-
# mustWork = TRUE))
67-
# }
68-
# })
6962
cli::cli_abort(c("x" = "You must correct the above issue before the congruence checks can run."), call = NULL)
7063
},
7164
warning = function(w) {

0 commit comments

Comments
 (0)