R Under development (unstable) (2024-09-07 r87105 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(Rsagacmd) > > test_check("Rsagacmd") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 0 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-backends-raster.R:2:3', 'test-backends-raster.R:30:3', 'test-backends-raster.R:54:3', 'test-backends-vector.R:2:3', 'test-backends-vector.R:18:3', 'test-data-formats.R:2:3', 'test-data-formats.R:35:3', 'test-data-formats.R:59:3', 'test-noninteractive.R:2:3', 'test-outputs-grid-lists.R:2:3', 'test-saga-environment.R:2:3', 'test-saga-environment.R:16:3', 'test-saga-environment.R:26:3', 'test-search-tools.R:2:3', 'test-tempfiles.R:2:3', 'test-tempfiles.R:21:3', 'test-tidy.R:2:3', 'test-tidy.R:13:3', 'test-tidy.R:24:3', 'test-tool-overrides.R:2:3', 'test-tool-overrides.R:19:3', 'test-tool-overrides.R:37:3', 'test-tool-overrides.R:56:3', 'test-tools.R:2:3', 'test-utils.R:2:3', 'test-versions.R:38:3', 'test-versions.R:62:3', 'test-versions.R:86:3', 'test-versions.R:110:3', 'test-versions.R:134:3', 'test-versions.R:157:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 0 ] > > proc.time() user system elapsed 1.54 0.32 1.84