R Under development (unstable) (2023-09-14 r85149 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > library(testthat) > library(httptest) > library(eph) > > test_check("eph") # A tibble: 14 × 6 # Groups: ANO4, SEMESTRE, CH04 [2] ANO4 SEMESTRE CH04 NIVEL_ED Tasa_pobreza Tasa_indigencia 1 2016 2 1 1 0.0700 0.00430 2 2016 2 1 2 0.0149 0.00509 3 2016 2 1 3 0.0348 0.00682 4 2016 2 1 4 0.0158 0.0111 5 2016 2 1 5 0.0556 0.0399 6 2016 2 1 6 0 0 7 2016 2 1 7 0.0448 0.00442 8 2016 2 2 1 0.0276 0.00708 9 2016 2 2 2 0.0397 0.0315 10 2016 2 2 3 0.0427 0.0184 11 2016 2 2 4 0.0278 0.0194 12 2016 2 2 5 0.0349 0.0184 13 2016 2 2 6 0 0 14 2016 2 2 7 0.0125 0.0109 [ FAIL 0 | WARN 0 | SKIP 13 | PASS 39 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-get_eahu.R:2:3', 'test-get_eahu.R:10:3', 'test-get_eahu.R:18:3', 'test-get_microdata.R:4:3', 'test-get_microdata.R:13:3', 'test-get_microdata.R:22:3', 'test-get_poverty_lines.R:4:3', 'test-get_poverty_lines.R:12:3', 'test-get_total_urbano.R:2:3', 'test-get_total_urbano.R:10:3', 'test-get_total_urbano.R:18:3', 'test-is_in_github.R:3:5', 'test-is_in_github.R:10:5' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 39 ] > > proc.time() user system elapsed 4.09 0.42 4.53