R Under development (unstable) (2025-09-12 r88822 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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(ArgentinAPI) > > test_check("ArgentinAPI") Datasets available in the 'ArgentinAPI' package: Datasets available in the 'ArgentinAPI' package: [ FAIL 0 | WARN 0 | SKIP 36 | PASS 263 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-get_argentina_child_mortality.R:24:3', 'test-get_argentina_child_mortality.R:42:3', 'test-get_argentina_child_mortality.R:52:3', 'test-get_argentina_energy_use.R:23:3', 'test-get_argentina_energy_use.R:41:3', 'test-get_argentina_energy_use.R:51:3', 'test-get_argentina_gdp.R:23:3', 'test-get_argentina_gdp.R:47:3', 'test-get_argentina_hospital_beds.R:24:3', 'test-get_argentina_hospital_beds.R:36:3', 'test-get_argentina_hospital_beds.R:46:3', 'test-get_argentina_hospital_beds.R:54:3', 'test-get_argentina_hospital_beds.R:62:3', 'test-get_argentina_hospital_beds.R:69:3', 'test-get_argentina_life_expectancy.R:24:3', 'test-get_argentina_life_expectancy.R:36:3', 'test-get_argentina_life_expectancy.R:46:3', 'test-get_argentina_life_expectancy.R:54:3', 'test-get_argentina_life_expectancy.R:62:3', 'test-get_argentina_life_expectancy.R:69:3', 'test-get_argentina_population.R:24:3', 'test-get_argentina_population.R:35:3', 'test-get_argentina_population.R:46:3', 'test-get_argentina_population.R:54:3', 'test-get_argentina_population.R:62:3', 'test-get_argentina_population.R:69:3', 'test-get_argentina_population.R:77:3', 'test-get_argentina_unemployment.R:23:3', 'test-get_argentina_unemployment.R:34:3', 'test-get_argentina_unemployment.R:44:3', 'test-get_argentina_unemployment.R:53:3', 'test-get_argentina_unemployment.R:61:3', 'test-get_argentina_unemployment.R:68:3', 'test-get_country_info_ar.R:23:3', 'test-get_country_info_ar.R:50:3', 'test-get_country_info_ar.R:75:3' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 263 ] > > proc.time() user system elapsed 4.85 0.45 7.21