R Under development (unstable) (2023-07-02 r84627 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. > # 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 0 | SKIP 7 | PASS 53 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test_geosse.R:74:5', 'test_hisse.R:71:5', 'test_ml_par.R:4:3', 'test_plotting.R:33:3', 'test_secsse_cla_ct.R:54:3', 'test_secsse_ct.R:120:3', 'test_secsse_sim.R:4:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 53 ] > > proc.time() user system elapsed 7.29 0.65 7.25