R Under development (unstable) (2025-07-30 r88476 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(AzureStor) > > test_check("AzureStor") [ FAIL 0 | WARN 0 | SKIP 34 | PASS 0 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • ARM credentials not set (2): 'test06_props.R:8:1', 'test07_metadata.R:8:1' • Authentication tests skipped: ARM credentials not set (28): 'test01_resource.R:8:1', 'test02_blob.R:8:1', 'test02a_blobext.R:8:1', 'test02b_blobdirs.R:8:1', 'test02c_blobappend.R:8:1', 'test02d_blobdeldir.R:8:1', 'test02e_blobdirexist.R:8:1', 'test02f_blobsnapshot.R:8:1', 'test02g_blobversion.R:8:1', 'test03_file.R:8:1', 'test03a_fileext.R:8:1', 'test03b_filedeldir.R:8:1', 'test03c_filedirexist.R:8:1', 'test04_adls.R:8:1', 'test04a_adlsext.R:8:1', 'test04b_adlsdeldir.R:8:1', 'test04c_adlsdirexist.R:8:1', 'test05_generics.R:8:1', 'test07a_content_type.R:8:1', 'test08_interop1.R:8:1', 'test08a_interop2.R:8:1', 'test08b_interop3.R:8:1', 'test08c_interop4.R:8:1', 'test09_azcopy.R:9:1', 'test11_enc.R:8:1', 'test13_md5.R:8:1', 'test13a_azcopy_md5.R:9:1', 'test15_lease.R:8:1' • File format tests skipped: ARM credentials not set (1): 'test14_format_helpers.R:8:1' • SAS tests skipped: ARM credentials not set (2): 'test10_sas.R:9:1', 'test10a_service_sas.R:9:1' • Storage emulator tests skipped: Azurite not running (1): 'test12_azurite.R:5:1' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 0 ] > > proc.time() user system elapsed 1.45 0.35 3.98