R Under development (unstable) (2024-05-10 r86529 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. > library(testthat) > library(rgugik) > > test_check("rgugik") [ FAIL 0 | WARN 0 | SKIP 13 | PASS 1 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-DEM_request.R:3:1', 'test-borders_get.R:1:1', 'test-emuia_download.R:1:1', 'test-geocodePL_get.R:1:1', 'test-geodb_download.R:3:1', 'test-minmaxDTM_get.R:1:1', 'test-models3D_download.R:1:1', 'test-ortho_request.R:3:1', 'test-parcel_get.R:1:1', 'test-pointDTM100_download.R:1:1', 'test-pointDTM_get.R:1:1', 'test-tile_download.R:1:1', 'test-topodb_download.R:1:1' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 1 ] > > proc.time() user system elapsed 0.75 0.12 0.86