R Under development (unstable) (2024-10-21 r87258 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. > # 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 31 ] ══ 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:148:3', 'test-get_stac_data.R:174:3', 'test-get_stac_data.R:197:3', 'test-get_stac_data.R:217:3', 'test-get_stac_data.R:235:3', 'test-get_stac_data.R:257:3', 'test-get_stac_data.R:282:3', 'test-get_stac_data.R:310:3', 'test-get_stac_data.R:328:3', 'test-get_stac_data.R:353:3', 'test-get_stac_data.R:368:3', 'test-mask_functions.R:2:3', 'test-misc.R:2:3', 'test-misc.R:11:3', 'test-query_and_sign.R:2:3', 'test-spectral_indices.R:17:3', 'test-spectral_indices.R:51:3', 'test-spectral_indices.R:59:3', 'test-spectral_indices.R:69:3', 'test-spectral_indices.R:75:3', 'test-spectral_indices.R:79:3', 'test-spectral_indices.R:87:3', 'test-spectral_indices.R:95:3', 'test-spectral_indices.R:103:3', 'test-spectral_indices.R:110:3', 'test-spectral_indices.R:117:3', 'test-spectral_indices.R:124:3', 'test-spectral_indices.R:131:3', 'test-spectral_indices.R:138:3', 'test-spectral_indices.R:145:3', 'test-spectral_indices.R:152:3', 'test-spectral_indices.R:161:3', 'test-spectral_indices.R:170:3', 'test-spectral_indices.R:179:3', 'test-spectral_indices.R:188:3', 'test-spectral_indices.R:197:3', 'test-spectral_indices.R:206:3', 'test-spectral_indices.R:215:3', 'test-calculate_indices.R:5:3', 'test-calculate_indices.R:28:3', 'test-calculate_indices.R:51:3', 'test-calculate_indices.R:64:3', 'test-calculate_indices.R:77:3', 'test-stack_rasters.R:116:3', 'test-stack_rasters.R:136:3' [ FAIL 0 | WARN 0 | SKIP 51 | PASS 31 ] > > proc.time() user system elapsed 3.18 0.12 10.71