R Under development (unstable) (2023-06-29 r84618 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. > # 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) Attaching package: 'gmailr' The following object is masked from 'package:utils': history The following objects are masked from 'package:base': body, date, labels, message > > 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 60 ] ══ 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:64:3', 'test-gm_message.R:99:3', 'test-gm_mime.R:88: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:17:3', 'test-gm_auth.R:34:3', 'test-gm_auth.R:47:3', 'test-gm_auth.R:71:3', 'test-gm_auth.R:86:3', 'test-gm_auth.R:91:3', 'test-gm_auth.R:112:3', 'test-gmailr-package.R:80:3', 'test-gmailr-package.R:99:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 60 ] > > proc.time() user system elapsed 3.50 0.43 3.87