diff --git a/R/get_latest.R b/R/get_latest.R index 3767d5a..2adf19b 100644 --- a/R/get_latest.R +++ b/R/get_latest.R @@ -40,7 +40,7 @@ get_latest_version <- function() { # Aqui se cambio download_rc <- tryCatch( utils::download.file(url = download_url, destfile = dest_file, quiet = TRUE), - warning = function(e){ + warning = function(e) { NULL }, error = function(e) {