Skip to content

Commit 329964b

Browse files
author
RobLBaker
authored
Merge branch 'DOI-NPS:main' into main
2 parents e9baf4c + cf37de8 commit 329964b

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)