R Under development (unstable) (2024-01-11 r85801 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 0.4.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 22 | PASS 485 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-multicore.R:6:5', 'test-multicore.R:24:5', 'test-panSharpen.R:6:2', 'test-rasterCVA.R:15:2', 'test-rasterCVA.R:22:4', 'test-rasterPCA.R:11:3', 'test-rasterPCA.R:11:3', 'test-rasterPCA.R:29:4', 'test-rasterPCA.R:29:4', 'test-rasterPCA.R:29:4', 'test-rasterPCA.R:29: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 22 | PASS 485 ] > > proc.time() user system elapsed 63.50 3.42 66.87