R Under development (unstable) (2025-03-01 r87860 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(Microsoft365R) > > test_check("Microsoft365R") [ FAIL 0 | WARN 0 | SKIP 20 | PASS 0 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • Authentication tests skipped: Microsoft Graph credentials not set (1): 'test00_auth.R:3:1' • Channel tests skipped: Microsoft Graph credentials not set (1): 'test04a_channel.R:7:1' • OneDrive authentication tests skipped: Microsoft Graph credentials not set (1): 'test00a_auth_onedrive.R:4:1' • OneDrive for Business authentication tests skipped: Microsoft Graph credentials not set (1): 'test00b_auth_business_onedrive.R:4:1' • OneDrive for Business tests skipped: Microsoft Graph credentials not set (1): 'test02_business_onedrive.R:4:1' • OneDrive tests skipped: Microsoft Graph credentials not set (3): 'test01_onedrive.R:4:1', 'test01a_onedrive_conntransfer.R:4:1', 'test01b_onedrive_copymove.R:4:1' • Outlook authentication tests skipped: Microsoft Graph credentials not set (1): 'test00e_auth_outlook.R:4:1' • Outlook email attachment tests skipped: Microsoft Graph credentials not set (1): 'test05c_outlook_attachment.R:7:1' • Outlook email tests skipped: Microsoft Graph credentials not set (3): 'test05b_outlook_email.R:8:1', 'test05d_outlook_send.R:8:1', 'test05e_outlook_copymove.R:8:1' • Outlook folder tests skipped: Microsoft Graph credentials not set (1): 'test05a_outlook_folder.R:4:1' • Outlook tests skipped: Microsoft Graph credentials not set (1): 'test05_outlook.R:4:1' • SharePoint tests skipped: Microsoft Graph credentials not set (3): 'test00c_auth_sharepoint.R:7:1', 'test03_sharepoint.R:9:1', 'test06_planner.R:6:1' • Teams authentication tests skipped: Microsoft Graph credentials not set (1): 'test00d_auth_teams.R:6:1' • Teams tests skipped: Microsoft Graph credentials not set (1): 'test04_teams.R:8:1' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 0 ] > > proc.time() user system elapsed 1.12 0.29 1.40