From 3ad547c1ead4141569650f9d157b94c1f4707646 Mon Sep 17 00:00:00 2001 From: RodrigoZepeda Date: Thu, 8 Sep 2022 22:16:31 +0000 Subject: [PATCH] Style code --- R/get_latest.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {