Last updated on 2025-09-21 21:48:55 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
ArgentinAPI | 13 | ||
Asiaverse | 13 | ||
BrazilDataAPI | 13 | ||
CardioDataSets | 13 | ||
ChileDataAPI | 13 | ||
ChinAPIs | 13 | ||
ColombiAPI | 13 | ||
crimedatasets | 13 | ||
DataSetsVerse | 13 | ||
DigestiveDataSets | 13 | ||
educationR | 13 | ||
IndiAPIs | 13 | ||
IndonesiAPIs | 13 | ||
infectiousR | 1 | 12 | |
JapanAPIs | 13 | ||
MedDataSets | 13 | ||
MexicoDataAPI | 1 | 12 | |
NeuroDataSets | 13 | ||
OncoDataSets | 13 | ||
PeruAPIs | 13 | ||
PulmoDataSets | 13 | ||
sampledatasets | 13 | ||
SouthKoreAPIs | 13 | ||
timeSeriesDataSets | 13 | ||
usdatasets | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘infectiousR_vignette.Rmd’ using rmarkdown
Quitting from infectiousR_vignette.Rmd:56-78 [covid-usa-simple-plot]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `curl::curl_fetch_memory()`:
! Timeout was reached [disease.sh]:
Resolving timed out after 10000 milliseconds
---
Backtrace:
▆
1. ├─infectiousR::get_us_states_covid_stats()
2. │ └─httr::GET(url)
3. │ └─httr:::request_perform(req, hu$handle$handle)
4. │ ├─httr:::request_fetch(req$output, req$url, handle)
5. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
6. │ └─curl::curl_fetch_memory(url, handle = handle)
7. └─curl:::raise_libcurl_error(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'infectiousR_vignette.Rmd' failed with diagnostics:
Timeout was reached [disease.sh]:
Resolving timed out after 10000 milliseconds
--- failed re-building ‘infectiousR_vignette.Rmd’
SUMMARY: processing the following file failed:
‘infectiousR_vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘MexicoDataAPI-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_mexico_holidays
> ### Title: Get Official Public Holidays in Mexico for a Given Year
> ### Aliases: get_mexico_holidays
>
> ### ** Examples
>
> get_mexico_holidays(2024)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [date.nager.at]:
Resolving timed out after 10000 milliseconds
Calls: get_mexico_holidays ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/44s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(MexicoDataAPI)
>
> test_check("MexicoDataAPI")
Datasets available in the 'MexicoDataAPI' package:
Datasets available in the 'MexicoDataAPI' package:
[ FAIL 4 | WARN 0 | SKIP 22 | PASS 138 ]
══ Skipped tests (22) ══════════════════════════════════════════════════════════
• On CRAN (22): 'test-get_mexico_cpi.R:24:3', 'test-get_mexico_cpi.R:52:3',
'test-get_mexico_gdp.R:24:3', 'test-get_mexico_life_expectancy.R:24:3',
'test-get_mexico_life_expectancy.R:40:3',
'test-get_mexico_life_expectancy.R:50:3',
'test-get_mexico_literacy_rate.R:24:3',
'test-get_mexico_literacy_rate.R:44:3',
'test-get_mexico_literacy_rate.R:51:3',
'test-get_mexico_literacy_rate.R:58:3', 'test-get_mexico_population.R:25:3',
'test-get_mexico_population.R:46:3', 'test-get_mexico_population.R:53:3',
'test-get_mexico_population.R:60:3', 'test-get_mexico_population.R:67:3',
'test-get_mexico_population.R:75:3', 'test-get_mexico_unemployment.R:24:3',
'test-get_mexico_unemployment.R:44:3', 'test-get_mexico_unemployment.R:51:3',
'test-get_mexico_unemployment.R:58:3', 'test-get_mexico_unemployment.R:65:3',
'test-get_mexico_unemployment.R:73:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_country_info_mx.R:24:3'): get_country_info_mx() returns a tibble with correct structure ──
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [restcountries.com]:
Resolving timed out after 10000 milliseconds
Backtrace:
▆
1. ├─MexicoDataAPI::get_country_info_mx() at test-get_country_info_mx.R:24:3
2. │ └─httr::GET(url)
3. │ └─httr:::request_perform(req, hu$handle$handle)
4. │ ├─httr:::request_fetch(req$output, req$url, handle)
5. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
6. │ └─curl::curl_fetch_memory(url, handle = handle)
7. └─curl:::raise_libcurl_error(...)
── Error ('test-get_country_info_mx.R:45:3'): get_country_info_mx() returns data for Mexico ──
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [restcountries.com]:
Resolving timed out after 10000 milliseconds
Backtrace:
▆
1. ├─MexicoDataAPI::get_country_info_mx() at test-get_country_info_mx.R:45:3
2. │ └─httr::GET(url)
3. │ └─httr:::request_perform(req, hu$handle$handle)
4. │ ├─httr:::request_fetch(req$output, req$url, handle)
5. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
6. │ └─curl::curl_fetch_memory(url, handle = handle)
7. └─curl:::raise_libcurl_error(...)
── Error ('test-get_mexico_holidays.R:24:3'): get_mexico_holidays() returns a tibble with correct structure ──
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [date.nager.at]:
Resolving timed out after 10001 milliseconds
Backtrace:
▆
1. ├─MexicoDataAPI::get_mexico_holidays(2025) at test-get_mexico_holidays.R:24:3
2. │ └─httr::GET(url)
3. │ └─httr:::request_perform(req, hu$handle$handle)
4. │ ├─httr:::request_fetch(req$output, req$url, handle)
5. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
6. │ └─curl::curl_fetch_memory(url, handle = handle)
7. └─curl:::raise_libcurl_error(...)
── Error ('test-get_mexico_holidays.R:42:3'): get_mexico_holidays() returns consistent data for multiple years ──
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [date.nager.at]:
Resolving timed out after 10000 milliseconds
Backtrace:
▆
1. ├─MexicoDataAPI::get_mexico_holidays(2024) at test-get_mexico_holidays.R:42:3
2. │ └─httr::GET(url)
3. │ └─httr:::request_perform(req, hu$handle$handle)
4. │ ├─httr:::request_fetch(req$output, req$url, handle)
5. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
6. │ └─curl::curl_fetch_memory(url, handle = handle)
7. └─curl:::raise_libcurl_error(...)
[ FAIL 4 | WARN 0 | SKIP 22 | PASS 138 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 1, OK: 12
Version: 0.1.0
Check: installed package size
Result: NOTE
installed size is 5.6Mb
sub-directories of 1Mb or more:
R 2.6Mb
data 2.6Mb
Flavor: r-oldrel-macos-x86_64