R Under development (unstable) (2023-10-01 r85245 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 6 | PASS 77 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test_geosse.R:90:5', 'test_hisse.R:66:5', 'test_ml_par.R:2:3', 'test_plotting.R:30:3', 'test_secsse_cla_ct.R:50:3', 'test_secsse_ct.R:118:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 77 ] > > proc.time() user system elapsed 6.32 0.93 6.64