R Under development (unstable) (2023-11-09 r85497 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(sen2r) Welcome to sen2r. To use the package from a GUI, launch > sen2r() Documentation: https://sen2r.ranghetti.info IMPORTANT: since November 2023, SAFE archives can no longer be downloaded from the ESA Hub, so Google Cloud is the new default server. To be able to search and download inputs: - install Google Cloud SDK (https://cloud.google.com/sdk/docs/install); - configure sen2r to use Google Cloud SDK launching the function: > check_gcloud() > > test_check("sen2r") trying to read file: D:\temp\RtmpIrNvD8\out_test7_e9044f2c528a\BOA\S2A2A_20190723_022_Barbellino_BOA_10.tif [ FAIL 0 | WARN 0 | SKIP 35 | PASS 213 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • Full tests disabled (16): 'test-gdal_warp.R:38:5', 'test-gdal_warp.R:73:5', 'test-gdal_warp.R:102:5', 'test-gdal_warp.R:132:5', 'test-gdal_warp.R:186:5', 'test-gdal_warp.R:215:5', 'test-gdal_warp.R:249:5', 'test-gdal_warp.R:283:5', 'test-gdal_warp.R:316:5', 'test-gdal_warp.R:346:5', 'test-gdal_warp.R:376:5', 'test-gdal_warp.R:406:5', 'test-s2_calcindices.R:50:5', 'test-s2_calcindices.R:105:5', 'test-s2_mask.R:38:5', 'test-s2_rgb.R:45:5' • On CRAN (19): 'test-abs2rel.R:2:1', 'test-check_gcloud.R:2:1', 'test-load_binpaths.R:2:1', 'test-mountpoint.R:2:1', 'test-s2_calcindices.R:116:1', 'test-s2_download.R:2:1', 'test-s2_list.R:2:1', 'test-s2_mask.R:85:1', 'test-s2_order.R:2:1', 'test-safelist-class.R:2:1', 'test-scihub_login.R:2:1', 'test-sen2cor.R:2:1', 'test-sen2r-00_connection.R:2:1', 'test-sen2r-01_merge.R:2:1', 'test-sen2r-02_warp.R:2:1', 'test-sen2r-03_mask.R:2:1', 'test-sen2r-04_indices.R:2:1', 'test-sen2r-05_rgb.R:2:1', 'test-sen2r-06_ignorelist.R:2:1' [ FAIL 0 | WARN 0 | SKIP 35 | PASS 213 ] > > proc.time() user system elapsed 18.45 1.35 19.79