R Under development (unstable) (2025-04-11 r88138 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(boxr) boxr: see `vignette("boxr")` on how to authorize to your Box account. > > options(boxr.verbose = FALSE, boxr.progress = FALSE) > > test_check("boxr") [ FAIL 0 | WARN 0 | SKIP 25 | PASS 25 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • Box token not available (11): 'test_01_oauth.R:28:3', 'test_02_clear_out.R:6:3', 'test_02_clear_out.R:18:3', 'test_03_upload_download.R:10:3', 'test_03_upload_download.R:27:3', 'test_03_upload_download.R:44:3', 'test_11_write.R:10:3', 'test_11_write.R:22:3', 'test_14_comments.R:34:3', 'test_15_delete.R:3:3', 'test_15_delete.R:25:3' • On CRAN (13): 'test_04_load_save.R:4:3', 'test_05_read_write.R:7:3', 'test_05_read_write.R:25:3', 'test_05_read_write.R:57:3', 'test_05_read_write.R:87:3', 'test_05_read_write.R:112:3', 'test_06_push.R:4:3', 'test_07_fetch.R:7:3', 'test_08_versions.R:7:3', 'test_12_ls.R:29:3', 'test_13_collab.R:67:3', 'test_99_tidy_up.R:4:3', 'test_99_tidy_up.R:14:3' • empty test (1): 'test_09_search.R:6:1' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 25 ] > > proc.time() user system elapsed 2.32 0.29 2.57