R Under development (unstable) (2024-04-23 r86473 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(RStoolbox) This is version 1.0.0 of RStoolbox > > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144 > > test_check("RStoolbox") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 524 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-multicore.R:6:5', 'test-multicore.R:24:5', 'test-rasterCVA.R:15:2', 'test-rasterCVA.R:22:4', 'test-readEE.R:7:5', 'test-rescaleImage.R:13:13', 'test-rescaleImage.R:21:5', 'test-sli.R:33:5', 'test-superClass.R:112:17', 'test-topCor.R:15:7', 'test-unsuperClass.R:46:5', 'test-unsuperClass.R:53:13', 'test-unsuperClass.R:66:5', 'test-validateMap.R:20:13', 'test-validateMap.R:29:13' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 524 ] > > proc.time() user system elapsed 79.34 4.51 83.82