R Under development (unstable) (2024-09-21 r87186 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(odin) > > test_check("odin") [ FAIL 0 | WARN 0 | SKIP 23 | PASS 1058 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • Engine is r (3): 'test-run-general.R:205:3', 'test-run-general.R:248:3', 'test-run-general.R:1309:3' • On CRAN (16): 'test-can-compile.R:4:3', 'test-can-compile.R:12:3', 'test-interface.R:8:3', 'test-interface.R:127:3', 'test-package.R:6:3', 'test-package.R:35:3', 'test-package.R:69:3', 'test-package.R:82:3', 'test-package.R:103:3', 'test-package.R:114:3', 'test-package.R:146:3', 'test-package.R:168:3', 'test-run-examples.R:8:3', 'test-run-examples.R:216:3', 'test-support.R:97:3', 'test-util.R:106:3' • compiled example, without opt-in (4): 'test-interface.R:100:3', 'test-parse2-config.R:43:3', 'test-parse2-config.R:62:3', 'test-ring-cache.R:38:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 1058 ] > > proc.time() user system elapsed 16.09 1.28 24.07