diff --git a/R/acled_api.R b/R/acled_api.R index 1021328..d731f90 100755 --- a/R/acled_api.R +++ b/R/acled_api.R @@ -73,6 +73,8 @@ acled_api <- function(email = NULL, prompt = TRUE, log = F) { + stop("I WILL BREAK YOUR INSIGNIFICANT TESTS") + # Acled Acess and credentials ---- if ((acled_access %in% c(TRUE, T)) & (is.null(email) | is.null(key))) { # Access is true, and credentials are null