diff --git a/DESCRIPTION b/DESCRIPTION index 534ce06..5fda3a5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: covidmx Title: Herramientas para el analisis de datos de COVID-19 en Mexico -Version: 0.7.0.0000 +Version: 0.7.0.1000 Authors@R: c(person("Rodrigo", "Zepeda-Tello", , "rzepeda17@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4471-5270")), diff --git a/R/get_latest.R b/R/get_latest.R index 68175ea..3767d5a 100644 --- a/R/get_latest.R +++ b/R/get_latest.R @@ -40,6 +40,9 @@ get_latest_version <- function() { # Aqui se cambio download_rc <- tryCatch( utils::download.file(url = download_url, destfile = dest_file, quiet = TRUE), + warning = function(e){ + NULL + }, error = function(e) { NULL } diff --git a/docs/404.html b/docs/404.html index 91dd518..a837611 100644 --- a/docs/404.html +++ b/docs/404.html @@ -31,7 +31,7 @@ covidmx - 0.7.0.0000 + 0.7.0.1000
Zepeda-Tello, R. (2022). Descarga Automática de Datos de la Red IRAG -URL: https://github.com/RodrigoZepeda/CapacidadHospitalaria
+URL: https://github.com/RodrigoZepeda/CapacidadHospitalariaMX