R Under development (unstable) (2023-08-31 r85038 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. > library(testthat) > library(clockify) > > test_check("clockify") [ FAIL 0 | WARN 0 | SKIP 56 | PASS 3 ] ══ Skipped tests (56) ══════════════════════════════════════════════════════════ • On CRAN (56): 'test-api-key.R:9:3', 'test-api-key.R:19:3', 'test-api-key.R:44:3', 'test-workspace.R:4:3', 'test-workspace.R:12:3', 'test-workspace.R:23:3', 'test-workspace.R:31:3', 'test-client.R:5:3', 'test-client.R:15:3', 'test-client.R:24:3', 'test-client.R:36:3', 'test-client.R:45:3', 'test-project.R:8:3', 'test-project.R:18:3', 'test-project.R:27:3', 'test-project.R:37:3', 'test-project.R:49:3', 'test-project.R:67:3', 'test-project.R:81:3', 'test-project.R:106:3', 'test-project.R:115:3', 'test-tags.R:2:3', 'test-tags.R:11:3', 'test-tags.R:24:3', 'test-tags.R:33:3', 'test-tags.R:43:3', 'test-tasks.R:4:3', 'test-tasks.R:14:3', 'test-tasks.R:25:3', 'test-tasks.R:34:3', 'test-tasks.R:43:3', 'test-tasks.R:59:3', 'test-time-entry.R:8:3', 'test-time-entry.R:18:3', 'test-time-entry.R:35:3', 'test-time-entry.R:48:3', 'test-time-entry.R:62:3', 'test-time-entry.R:72:3', 'test-time-entry.R:87:3', 'test-time-entry.R:107:3', 'test-user-group.R:4:3', 'test-user-group.R:14:3', 'test-user-group.R:26:3', 'test-user-group.R:36:3', 'test-user-group.R:46:3', 'test-user-group.R:54:3', 'test-user-group.R:62:3', 'test-user.R:8:3', 'test-user.R:16:3', 'test-user.R:24:3', 'test-user.R:31:3', 'test-user.R:39:3', 'test-user.R:51:3', 'test-user.R:68:3', 'test-user.R:93:3', 'test-user.R:105:3' [ FAIL 0 | WARN 0 | SKIP 56 | PASS 3 ] > > proc.time() user system elapsed 2.76 0.28 3.03