R Under development (unstable) (2025-02-03 r87683 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(RSAGA) Loading required package: gstat Loading required package: plyr Loading required package: shapefiles Loading required package: foreign Attaching package: 'shapefiles' The following objects are masked from 'package:foreign': read.dbf, write.dbf > > test_check("RSAGA") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 0 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-core.R:23:3', 'test-core.R:56:3', 'test-core.R:66:3', 'test-core.R:86:3', 'test-modules.R:19:3', 'test-modules.R:34:3', 'test-modules.R:50:3', 'test-modules.R:65:3', 'test-modules.R:87:3', 'test-modules.R:102:3', 'test-modules.R:122:3', 'test-modules.R:143:3', 'test-modules.R:158:3', 'test-modules.R:201:3', 'test-modules.R:217:3', 'test-modules.R:233:3', 'test-modules.R:256:3', 'test-modules.R:274:3', 'test-modules.R:295:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 0 ] > > proc.time() user system elapsed 1.98 0.35 2.32