Skip to content

Commit

Permalink
breaking stufffff
Browse files Browse the repository at this point in the history
  • Loading branch information
lfagliano committed Apr 11, 2024
1 parent 15ec11b commit 1f84435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/acled_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f84435

Please sign in to comment.