R Under development (unstable) (2023-12-18 r85702 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(eurostat) > > test_check("eurostat") To install your cache_dir path for use in future sessions, run this function with `install = TRUE`. eurostat cache dir is: D:\temp\RtmpaoAaL8/eurostat To install your cache_dir path for use in future sessions, run this function with `install = TRUE`. Extracting data from eurostat::eurostat_geodata_60_2016 Extracting data from eurostat::eurostat_geodata_60_2016 [ FAIL 0 | WARN 0 | SKIP 48 | PASS 35 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test_00_cache.R:2:3', 'test_00_cache.R:18:3', 'test_00_cache.R:26:3', 'test_00_cache.R:35:3', 'test_01_bibliography.R:2:3', 'test_02_flags.R:6:3', 'test_02_flags.R:13:3', 'test_02_flags.R:22:3', 'test_02_flags.R:31:3', 'test_03_get_eurostat_geospatial.R:4:3', 'test_03_get_eurostat_geospatial.R:40:3', 'test_03_get_eurostat_geospatial.R:83:3', 'test_03_get_eurostat_geospatial.R:160:3', 'test_03_get_eurostat_geospatial.R:208:3', 'test_03_get_eurostat_geospatial.R:265:3', 'test_03_get_eurostat_geospatial.R:308:3', 'test_03_get_eurostat_geospatial.R:412:3', 'test_03_get_eurostat_geospatial.R:538:3', 'test_04_get.R:2:3', 'test_04_get.R:11:3', 'test_04_get.R:22:3', 'test_04_get.R:29:3', 'test_04_get.R:38:3', 'test_04_get.R:51:3', 'test_04_get.R:63:3', 'test_04_get.R:72:3', 'test_04_get.R:84:3', 'test_04_get.R:93:3', 'test_04_get.R:99:3', 'test_04_get.R:106:3', 'test_04_get.R:116:3', 'test_04_get.R:124:3', 'test_05_json.R:2:3', 'test_06_label.R:2:3', 'test_06_label.R:17:3', 'test_06_label.R:32:3', 'test_06_label.R:47:3', 'test_06_label.R:59:3', 'test_06_label.R:71:3', 'test_06_label.R:80:3', 'test_07_misc.R:2:3', 'test_07_misc.R:8:3', 'test_07_misc.R:15:3', 'test_07_misc.R:21:3', 'test_07_misc.R:32:3', 'test_07_misc.R:47:3', 'test_09_search.R:2:3', 'test_99_restore_cache.R:2:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 35 ] > > proc.time() user system elapsed 3.57 0.39 3.98