Skip to content

Commit

Permalink
Qualify call to case package
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 18, 2024
1 parent f2af324 commit 741c961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/http.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ get_default_curl_options <- function(options) {
if (!is.null(v <- getOption(anm))) return(v)
if (!is.na(v <- Sys.getenv(toupper(anm), NA_character_))) return (v)
}
modifyList(
utils::modifyList(
options,
drop_nulls(list(
timeout = as.integer(getopt("timeout") %||% 0),
Expand Down

0 comments on commit 741c961

Please sign in to comment.