R Under development (unstable) (2025-07-22 r88445 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. > # The setting of R_TESTS exists to work around an R bug. See > # https://github.com/hadley/testthat/issues/144 > # We should remove it when the issue is resolved. > Sys.unsetenv("R_TESTS") > library(testthat) > library(secsse) > > test_check("secsse") [ FAIL 0 | WARN 3 | SKIP 9 | PASS 108 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test_geosse.R:89:5', 'test_hisse.R:69:5', 'test_ml_par.R:2:3', 'test_plotting.R:30:3', 'test_secsse_cla_ct.R:50:3', 'test_secsse_ct.R:122:3', 'test_secsse_sim.R:328:3', 'test_secsse_sim.R:455:3', 'test_secsse_sim.R:691:3' [ FAIL 0 | WARN 3 | SKIP 9 | PASS 108 ] > > proc.time() user system elapsed 15.21 1.34 10.00