R Under development (unstable) (2025-09-25 r88874 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(datarobot) Did not connect to DataRobot on package startup. Use `ConnectToDataRobot`. To connect by default on startup, you can put a config file at: C:\Users\CRAN\Documents/.config/datarobot/drconfig.yaml > > test_check("datarobot") [ FAIL 0 | WARN 0 | SKIP 40 | PASS 99 ] ══ Skipped tests (40) ══════════════════════════════════════════════════════════ • Installed curl is version 7.0.0; but 5.0.0 or older is required (1): 'test-UploadData.R:13:5' • empty test (8): 'test-CreateGroupPartition.R:54:1', 'test-CreateGroupPartition.R:74:1', 'test-CreateRandomPartition.R:33:1', 'test-CreateRandomPartition.R:52:1', 'test-CreateStratifiedPartition.R:36:1', 'test-CreateStratifiedPartition.R:55:1', 'test-CreateUserPartition.R:69:1', 'test-CreateUserPartition.R:90:1' • {stubthat} is not installed (31): 'test-StartAutopilot.R:143:3', 'test-StartAutopilot.R:151:3', 'test-StartAutopilot.R:159:3', 'test-StartAutopilot.R:168:3', 'test-StartAutopilot.R:177:3', 'test-StartAutopilot.R:186:3', 'test-StartAutopilot.R:195:3', 'test-StartAutopilot.R:204:3', 'test-StartAutopilot.R:213:3', 'test-StartAutopilot.R:222:3', 'test-StartAutopilot.R:231:3', 'test-StartAutopilot.R:242:3', 'test-StartAutopilot.R:252:3', 'test-StartAutopilot.R:264:3', 'test-StartAutopilot.R:274:3', 'test-StartAutopilot.R:290:3', 'test-StartAutopilot.R:306:3', 'test-StartAutopilot.R:315:3', 'test-StartAutopilot.R:323:3', 'test-StartAutopilot.R:332:3', 'test-StartAutopilot.R:341:3', 'test-StartAutopilot.R:363:3', 'test-StartAutopilot.R:379:3', 'test-StartAutopilot.R:398:3', 'test-StartAutopilot.R:423:3', 'test-StartAutopilot.R:447:3', 'test-StartAutopilot.R:476:3', 'test-StartAutopilot.R:492:3', 'test-StartAutopilot.R:511:3', 'test-StartAutopilot.R:531:3', 'test-StartAutopilot.R:549:3' [ FAIL 0 | WARN 0 | SKIP 40 | PASS 99 ] > > proc.time() user system elapsed 1.51 0.21 1.71