R version 4.6.0 alpha (2026-04-04 r89791 ucrt) 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. > library(testthat) > library(robotoolbox) > > test_check("robotoolbox") [ FAIL 0 | WARN 0 | SKIP 39 | PASS 13 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-kobo_asset.R:2:3', 'test-kobo_asset_file_list.R:2:3', 'test-kobo_asset_list.R:2:3', 'test-kobo_asset_list.R:23:3', 'test-kobo_asset_version.R:2:3', 'test-kobo_asset_version_list.R:2:3', 'test-kobo_audit.R:2:3', 'test-kobo_audit.R:30:3', 'test-kobo_data.R:2:3', 'test-kobo_data.R:24:3', 'test-kobo_data.R:43:3', 'test-kobo_data.R:69:3', 'test-kobo_data.R:85:3', 'test-kobo_data.R:110:3', 'test-kobo_data.R:136:3', 'test-kobo_data.R:173:3', 'test-kobo_data.R:191:3', 'test-kobo_data.R:208:3', 'test-kobo_data.R:225:3', 'test-kobo_data.R:242:3', 'test-kobo_data.R:257:3', 'test-kobo_data.R:273:3', 'test-kobo_data.R:296:3', 'test-kobo_data.R:320:3', 'test-kobo_data.R:347:3', 'test-kobo_data.R:360:3', 'test-kobo_data.R:379:3', 'test-kobo_data.R:400:3', 'test-kobo_data.R:422:3', 'test-kobo_data.R:441:3', 'test-kobo_data.R:465:3', 'test-kobo_form.R:2:3', 'test-kobo_form.R:23:3', 'test-kobo_form.R:44:3', 'test-kobo_form.R:61:3', 'test-kobo_lang.R:2:3', 'test-kobo_settings.R:2:3', 'test-kobo_settings.R:21:3', 'test-kobo_token.R:2:3' [ FAIL 0 | WARN 0 | SKIP 39 | PASS 13 ] > > proc.time() user system elapsed 2.39 0.37 2.76