R Under development (unstable) (2026-05-27 r90083 ucrt) -- "Unsuffered Consequences" 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(AutoDeskR) > > test_check("AutoDeskR") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 190 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-authentication.R:17:3', 'test-dataManagement.R:19:3', 'test-dataManagement.R:42:3', 'test-dataManagement.R:59:3', 'test-dataManagement.R:82:3', 'test-dataManagement.R:123:3', 'test-dataManagement.R:142:3', 'test-designAutomation.R:19:3', 'test-designAutomation.R:47:3', 'test-designAutomation.R:59:3', 'test-designAutomation.R:71:3', 'test-mcp.R:1:1', 'test-modelDerivative.R:15:3', 'test-modelDerivative.R:37:3', 'test-modelDerivative.R:58:3', 'test-modelDerivative.R:79:3', 'test-modelDerivative.R:100:3', 'test-modelDerivative.R:117:3', 'test-modelDerivative.R:138:3', 'test-modelDerivative.R:158:3', 'test-modelDerivative.R:180:3', 'test-modelDerivative.R:206:3', 'test-realityCapture.R:15:3', 'test-realityCapture.R:52:3', 'test-realityCapture.R:74:3', 'test-realityCapture.R:88:3', 'test-utils.R:304:3', 'test-utils.R:362:3', 'test-utils.R:404:3', 'test-utils.R:457:3' • tibble is installed (1): 'test-utils.R:422:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 190 ] > > proc.time() user system elapsed 4.70 0.79 5.50