R Under development (unstable) (2026-01-28 r89344 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(gmailr) > > test_check("gmailr") ! Internal auth failed; not logged in with the testing Gmail account. ✖ Can't decrypt the token. [ FAIL 0 | WARN 0 | SKIP 21 | PASS 88 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • No Gmail token (11): 'test-gm_draft.R:2:3', 'test-gm_label.R:2:3', 'test-gm_label.R:14:3', 'test-gm_label.R:24:3', 'test-gm_message.R:2:3', 'test-gm_message.R:22:3', 'test-gm_message.R:42:3', 'test-gm_message.R:73:3', 'test-gm_message.R:113:3', 'test-gm_mime.R:102:3', 'test-gm_thread.R:2:3' • Not on GitHub Actions (1): 'test-gm_auth.R:2:3' • On CRAN (9): 'test-gm_auth.R:16:1', 'test-gm_auth.R:29:1', 'test-gm_auth.R:44:1', 'test-gm_auth.R:74:1', 'test-gm_auth.R:88:1', 'test-gm_auth.R:94:1', 'test-gm_auth.R:113:1', 'test-gmailr-package.R:53:1', 'test-gmailr-package.R:90:1' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 88 ] > > proc.time() user system elapsed 2.09 0.35 2.45