R Under development (unstable) (2026-02-12 r89409 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 your testing? > # Learn more about testing at https://r-pkgs.org/tests.html > > library(testthat) > library(rtodoist) > > test_check("rtodoist") project doesnt exist Nothing to do [ FAIL 0 | WARN 0 | SKIP 34 | PASS 148 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • No Todoist API token available (11): 'test-activity.R:87:3', 'test-activity.R:98:3', 'test-activity.R:109:3', 'test-backups.R:59:3', 'test-backups.R:72:3', 'test-templates.R:51:3', 'test-templates.R:74:3', 'test-uploads.R:65:3', 'test-uploads.R:90:3', 'test-workspaces.R:77:3', 'test-workspaces.R:88:3' • On CRAN (23): 'test-data.R:4:3', 'test-projects.R:4:3', 'test-projects.R:15:3', 'test-projects.R:31:3', 'test-projects.R:51:3', 'test-sections.R:4:3', 'test-sections.R:21:3', 'test-sections.R:44:3', 'test-sections.R:68:3', 'test-sections.R:84:3', 'test-tasks.R:4:3', 'test-tasks.R:13:3', 'test-tasks.R:35:3', 'test-tasks.R:75:3', 'test-tasks.R:94:3', 'test-tasks.R:112:3', 'test-tasks.R:140:3', 'test-tasks.R:171:3', 'test-tasks.R:192:3', 'test-users.R:4:3', 'test-users.R:16:3', 'test-users.R:33:3', 'test-users.R:50:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 148 ] > > proc.time() user system elapsed 4.39 1.03 6.23