Skip to content

Commit

Permalink
Merge pull request #104 from ambiorix-web/102-redefine-read_lines
Browse files Browse the repository at this point in the history
ch: remove call to `suppressWarnings()`
  • Loading branch information
JohnCoene authored Feb 15, 2025
2 parents d602a8a + 8dc112a commit 35aab44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ as_label <- function(x) {
#'
#' @keywords internal
read_lines <- function(...) {
suppressWarnings(
readLines(...)
)
readLines(..., warn = FALSE)
}

#' Read file from disk or cache
Expand Down

0 comments on commit 35aab44

Please sign in to comment.