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(AzureRMR) > > test_check("AzureRMR") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 15 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • Authentication tests skipped: ARM credentials not set (1): 'test01_auth.R:8:1' • On CRAN (1): 'test00_pool.R:3:1' • RBAC method tests skipped: ARM credentials not set (1): 'test06_rbac.R:9:1' • Resource group method tests skipped: ARM credentials not set (4): 'test03_rg.R:8:1', 'test04_resource.R:8:1', 'test04a_subresource.R:8:1', 'test05b_template.R:8:1' • Subscription method tests skipped: ARM credentials not set (1): 'test02_sub.R:8:1' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 15 ] > > proc.time() user system elapsed 0.82 0.29 1.11