R Under development (unstable) (2023-10-10 r85312 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(AzureKusto) Attaching package: 'AzureKusto' The following object is masked from 'package:stats': filter The following objects are masked from 'package:base': intersect, setdiff, setequal, union > > test_check('AzureKusto') [ FAIL 0 | WARN 4 | SKIP 7 | PASS 112 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • Automated database ingestion tests skipped: run manually (1): 'test04_ingest.R:9:1' • Resource creation tests skipped: ARM credentials not set (1): 'test03_resource.R:8:1' • Tests skipped: ARM credentials not set (5): 'test00_token.R:27:1', 'test01_database.R:8:1', 'test02_query.R:8:1', 'test05_dbi.R:8:1', 'test06_dplyr.R:8:1' [ FAIL 0 | WARN 4 | SKIP 7 | PASS 112 ] > > proc.time() user system elapsed 4.54 0.35 4.89