R Under development (unstable) (2025-04-11 r88138 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(AzureContainers) NOTE: docker binary not found NOTE: docker-compose binary not found NOTE: kubectl binary not found NOTE: helm binary not found > > test_check("AzureContainers") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 0 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • Tests skipped: ARM credentials not set (8): 'test01_acr.R:8:1', 'test02_aci.R:8:1', 'test03a_aks_msi.R:8:1', 'test03b_aks_acr_msi.R:8:1', 'test03c_aks_sp.R:8:1', 'test03d_aks_acr_sp.R:8:1', 'test03e_aks_oldnodes.R:8:1', 'test03f_aks_private.R:8:1' • Tests skipped: external tools not found (1): 'test00_tools.R:3:1' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 0 ] > > proc.time() user system elapsed 0.84 0.23 1.06