R Under development (unstable) (2023-10-28 r85429 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. > # 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") Cache dir on tests is D:\temp\RtmpaohZNZ/giscoRReturning `NULL` User cache dir is D:\temp\RtmpaohZNZ/giscoR giscoR cache dir is: D:\temp\RtmpaohZNZ/giscoR To install your cache_dir path for use in future sessions, run this function with `install = TRUE`. Testing cache dir is D:\temp\RtmpaohZNZ/giscoR/testthat Loaded from gisco_coastallines dataset. Use update_cache = TRUE to load the shapefile from the .geojson file Returning `NULL` Returning `NULL` Returning `NULL` Returning `NULL` Returning `NULL` Returning `NULL` Returning `NULL` Returning `NULL` Returning `NULL` Returning `NULL` [Auto] Selecting resolution = ' NA ' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 108 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-gisco_attributions.R:11:3', 'test-gisco_bulk_download.R:9:3', 'test-gisco_cache.R:23:3', 'test-gisco_get_airports.R:6:3', 'test-gisco_get_coastallines.R:13:3', 'test-gisco_get_communes.R:10:3', 'test-gisco_get_countries.R:34:3', 'test-gisco_get_grid.R:7:3', 'test-gisco_get_healthcare.R:2:3', 'test-gisco_get_lau.R:8:3', 'test-gisco_get_nuts.R:26:3', 'test-gisco_get_postalcodes.R:6:3', 'test-gisco_get_units.R:12:3', 'test-gisco_get_units.R:160:3', 'test-gisco_get_urban_audit.R:10:3', 'test-utils.R:17:3', 'test-utils.R:41:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 108 ] > > proc.time() user system elapsed 2.42 0.28 2.98