R Under development (unstable) (2025-12-07 r89119 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. > > > #------------------------------------------------------------------------------# > # OPTIC R Package Code Repository > # Copyright (C) 2023 by The RAND Corporation > # See README.md for information on usage and licensing > #------------------------------------------------------------------------------# > > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(optic) > > future::plan(future::multisession) > > test_check("optic") Number of Simulations: 48 Number of Models: 2 Iteration per Simulation : 10 Total number of Iterations to Run: 960 Number of Simulations: 12 Number of Models: 2 Iteration per Simulation : 5 Total number of Iterations to Run: 120 Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Number of Simulations: 1 Number of Models: 1 Iteration per Simulation : 5 Total number of Iterations to Run: 5 [ FAIL 0 | WARN 0 | SKIP 3 | PASS 2 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-confounding.R:121:1', 'test-no_confounding.R:32:1' • Skipping full model suite test - set OPTIC_FULL_MODEL_SUITE=true to run (1): 'test-no_confounding.R:75:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 2 ] > > > proc.time() user system elapsed 2.23 0.25 14.59