R version 4.6.0 alpha (2026-04-07 r89797 ucrt) Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(rsi) > > test_check("rsi") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 51 | PASS 33 ] ══ Skipped tests (51) ══════════════════════════════════════════════════════════ • Environment variable `rsi_pc_key` not set (1): 'test-get_stac_data.R:122:3' • On CRAN (50): 'test-get_stac_data.R:2:3', 'test-get_stac_data.R:26:3', 'test-get_stac_data.R:50:3', 'test-get_stac_data.R:75:3', 'test-get_stac_data.R:97:3', 'test-get_stac_data.R:151:3', 'test-get_stac_data.R:177:3', 'test-get_stac_data.R:200:3', 'test-get_stac_data.R:220:3', 'test-get_stac_data.R:238:3', 'test-get_stac_data.R:260:3', 'test-get_stac_data.R:285:3', 'test-get_stac_data.R:313:3', 'test-get_stac_data.R:331:3', 'test-get_stac_data.R:356:3', 'test-get_stac_data.R:374:3', 'test-mask_functions.R:2:3', 'test-misc.R:1:1', 'test-misc.R:12:1', 'test-query_and_sign.R:2:3', 'test-spectral_indices.R:17:3', 'test-spectral_indices.R:54:3', 'test-spectral_indices.R:62:3', 'test-spectral_indices.R:69:1', 'test-spectral_indices.R:75:1', 'test-spectral_indices.R:85:3', 'test-spectral_indices.R:93:3', 'test-spectral_indices.R:101:3', 'test-spectral_indices.R:112:3', 'test-spectral_indices.R:119:3', 'test-spectral_indices.R:126:3', 'test-spectral_indices.R:133:3', 'test-spectral_indices.R:143:3', 'test-spectral_indices.R:150:3', 'test-spectral_indices.R:157:3', 'test-spectral_indices.R:167:3', 'test-spectral_indices.R:176:3', 'test-spectral_indices.R:185:3', 'test-spectral_indices.R:194:3', 'test-spectral_indices.R:206:3', 'test-spectral_indices.R:215:3', 'test-spectral_indices.R:224:3', 'test-spectral_indices.R:235:1', 'test-calculate_indices.R:5:3', 'test-calculate_indices.R:31:3', 'test-calculate_indices.R:57:3', 'test-calculate_indices.R:73:3', 'test-calculate_indices.R:89:3', 'test-stack_rasters.R:124:1', 'test-stack_rasters.R:145:1' [ FAIL 0 | WARN 0 | SKIP 51 | PASS 33 ] > > proc.time() user system elapsed 2.25 0.15 8.45