R Under development (unstable) (2024-02-25 r85988 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(bayesdfa) > > test_check("bayesdfa") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 4 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-fit.R:22:3', 'test-fit.R:50:3', 'test-fit.R:67:3', 'test-fit.R:87:3', 'test-fit.R:100:3', 'test-fit.R:113:3', 'test-fit.R:126:3', 'test-fit.R:151:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 4 ] > > proc.time() user system elapsed 7.12 0.43 7.54