R Under development (unstable) (2023-09-28 r85227 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(ino) Loading required package: optimizeR Thanks for using {ino} 1.0.2. > > ino_verbose <- getOption("ino_verbose") > ino_ncores <- getOption("ino_ncores") > options("ino_verbose" = FALSE) > options("ino_ncores" = 1) > > test_check("ino") [ FAIL 0 | WARN 0 | SKIP 6 | PASS 485 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-nop.R:42:3', 'test-nop.R:62:3', 'test-nop.R:126:3', 'test-nop.R:141:3', 'test-nop.R:268:3', 'test-nop.R:305:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 485 ] > > options("ino_verbose" = ino_verbose) > options("ino_ncores" = ino_ncores) > > proc.time() user system elapsed 15.10 0.67 19.14