R version 4.4.0 alpha (2024-03-26 r86209 ucrt) 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 48 | PASS 30 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • Environment variable `rsi_pc_key` not set (1): 'test-get_stac_data.R:122:3' • On CRAN (47): '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:216:3', 'test-get_stac_data.R:234:3', 'test-get_stac_data.R:256:3', 'test-get_stac_data.R:281:3', 'test-get_stac_data.R:309:3', 'test-get_stac_data.R:327:3', 'test-get_stac_data.R:352:3', 'test-get_stac_data.R:366:3', 'test-mask_functions.R:2:3', 'test-misc.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:25:3', 'test-calculate_indices.R:38:3', 'test-calculate_indices.R:51:3', 'test-stack_rasters.R:116:3', 'test-stack_rasters.R:136:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 30 ] > > proc.time() user system elapsed 3.06 0.60 11.71