R Under development (unstable) (2024-05-28 r86639 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(giscoR) > > test_check("giscoR") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 28 | PASS 129 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-gisco_attributions.R:11:3', 'test-gisco_bulk_download.R:9:3', 'test-gisco_addressapi.R:67:3', 'test-gisco_addressapi.R:85:3', 'test-gisco_addressapi.R:106:3', 'test-gisco_addressapi.R:118:3', 'test-gisco_addressapi.R:126:3', 'test-gisco_addressapi.R:132:3', 'test-gisco_addressapi.R:141:3', 'test-gisco_addressapi.R:151:3', 'test-gisco_addressapi.R:163:3', 'test-gisco_addressapi.R:174:3', 'test-gisco_cache.R:23:3', 'test-gisco_get_airports.R:6:3', 'test-gisco_get_communes.R:10:3', 'test-gisco_get_coastallines.R:13:3', 'test-gisco_get_education.R:2:3', 'test-gisco_get_grid.R:7:3', 'test-gisco_get_healthcare.R:2:3', 'test-gisco_get_countries.R:34:3', 'test-gisco_get_lau.R:8:3', 'test-gisco_get_postalcodes.R:6:3', 'test-gisco_get_nuts.R:26:3', 'test-gisco_get_urban_audit.R:10:3', 'test-gisco_get_units.R:12:3', 'test-gisco_get_units.R:160:3', 'test-utils.R:17:3', 'test-utils.R:41:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 129 ] > > proc.time() user system elapsed 1.29 0.25 3.59