R Under development (unstable) (2024-03-11 r86098 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 5.2.1; 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:70:1', 'test-CreateRandomPartition.R:33:1', 'test-CreateRandomPartition.R:48:1', 'test-CreateStratifiedPartition.R:36:1', 'test-CreateStratifiedPartition.R:51:1', 'test-CreateUserPartition.R:69:1', 'test-CreateUserPartition.R:86:1' • stubthat cannot be loaded (31): 'test-StartAutopilot.R:141:3', 'test-StartAutopilot.R:149:3', 'test-StartAutopilot.R:157:3', 'test-StartAutopilot.R:166:3', 'test-StartAutopilot.R:175:3', 'test-StartAutopilot.R:184:3', 'test-StartAutopilot.R:193:3', 'test-StartAutopilot.R:202:3', 'test-StartAutopilot.R:211:3', 'test-StartAutopilot.R:220:3', 'test-StartAutopilot.R:229:3', 'test-StartAutopilot.R:240:3', 'test-StartAutopilot.R:250:3', 'test-StartAutopilot.R:262:3', 'test-StartAutopilot.R:272:3', 'test-StartAutopilot.R:288:3', 'test-StartAutopilot.R:304:3', 'test-StartAutopilot.R:313:3', 'test-StartAutopilot.R:321:3', 'test-StartAutopilot.R:330:3', 'test-StartAutopilot.R:339:3', 'test-StartAutopilot.R:361:3', 'test-StartAutopilot.R:377:3', 'test-StartAutopilot.R:396:3', 'test-StartAutopilot.R:421:3', 'test-StartAutopilot.R:445:3', 'test-StartAutopilot.R:473:3', 'test-StartAutopilot.R:489:3', 'test-StartAutopilot.R:508:3', 'test-StartAutopilot.R:528:3', 'test-StartAutopilot.R:546:3' [ FAIL 0 | WARN 0 | SKIP 40 | PASS 99 ] > > proc.time() user system elapsed 1.64 0.23 1.85