R Under development (unstable) (2024-02-11 r85891 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(daiR) Welcome to daiR 1.0.0, your gateway to Google Document AI v1. Access token not available. Have you provided a valid service account key file? > > test_check("daiR") Access token not available. Have you provided a valid service account key file? [ FAIL 0 | WARN 0 | SKIP 44 | PASS 564 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • On CRAN (44): 'test_auth.R:34:3', 'test_auth.R:55:3', 'test_auth.R:65:3', 'test_draw.R:135:3', 'test_draw.R:273:3', 'test_draw.R:410:3', 'test_draw.R:547:3', 'test_draw.R:684:3', 'test_extract.R:37:3', 'test_extract.R:47:3', 'test_extract.R:86:3', 'test_extract.R:103:3', 'test_extract.R:138:3', 'test_extract.R:154:3', 'test_processors.R:16:3', 'test_processors.R:49:3', 'test_processors.R:59:3', 'test_processors.R:93:3', 'test_processors.R:104:3', 'test_processors.R:128:3', 'test_processors.R:138:3', 'test_processors.R:171:3', 'test_processors.R:181:3', 'test_processors.R:214:3', 'test_processors.R:224:3', 'test_processors.R:261:3', 'test_processors.R:273:3', 'test_processors.R:309:3', 'test_processors.R:322:3', 'test_processors.R:358:3', 'test_send_to_dai.R:16:3', 'test_send_to_dai.R:38:3', 'test_send_to_dai.R:47:3', 'test_send_to_dai.R:60:3', 'test_send_to_dai.R:79:3', 'test_send_to_dai.R:87:3', 'test_send_to_dai.R:116:3', 'test_send_to_dai.R:130:3', 'test_utils.R:33:3', 'test_utils.R:44:3', 'test_utils.R:138:3', 'test_utils.R:146:3', 'test_utils.R:161:3', 'test_utils.R:172:3' [ FAIL 0 | WARN 0 | SKIP 44 | PASS 564 ] > > proc.time() user system elapsed 24.53 1.12 25.87