Package check result: ERROR Check: examples, Result: ERROR Running examples in ‘educabR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: enem_summary > ### Title: Summary statistics for ENEM scores > ### Aliases: enem_summary > > ### ** Examples > > ## No test: > enem <- get_enem(2023, n_max = 10000) ℹ downloading ENEM 2023... ! ENEM files are large (1-3 GB). this may take a while... ℹ downloading from INEP... Error in `value[[3L]]()`: ! download failed ✖ url: ℹ error: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [download.inep.gov.br]: Operation timed out after 600000 milliseconds with 422886446 out of 520568121 bytes received Backtrace: ▆ 1. └─educabR::get_enem(2023, n_max = 10000) 2. └─educabR:::download_inep_file(url, zip_path, quiet = quiet) 3. └─base::tryCatch(...) 4. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 5. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. └─value[[3L]](cond) 7. └─cli::cli_abort(...) 8. └─rlang::abort(...) Execution halted