Skip to content

Commit

Permalink
drop stringri
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 5, 2022
1 parent 6989d72 commit 2cba860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ Imports:
R6,
readxl,
rlang,
stringi,
stringr,
tidyr (>= 1.0.0),
tidyselect,
Expand Down
5 changes: 3 additions & 2 deletions R/Colombia.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ Colombia <- R6::R6Class("Colombia",
if (requireNamespace("RSocrata", quietly = self$verbose)) {
self$data$raw$main <- RSocrata::read.socrata(self$data_urls[["main"]])
} else {
stop("covidregionaldata::Colombia$download - requires RSocrata package.\n",
"Please run install.packages(\"RSocrata\")\n", call.=TRUE)
stop(
"covidregionaldata::Colombia$download - requires RSocrata package.\n",
"Please run install.packages(\"RSocrata\")\n", call. = TRUE)
}
},

Expand Down

0 comments on commit 2cba860

Please sign in to comment.