R Under development (unstable) (2023-10-23 r85389 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. > library(testthat) > library(stelfi) > > test_check("stelfi") Asymptotic one-sample Kolmogorov-Smirnov test data: interarrivals D = 0.031122, p-value = 0.0001937 alternative hypothesis: two-sided Box-Ljung test data: interarrivals X-squared = 3.3923, df = 1, p-value = 0.0655 [ FAIL 0 | WARN 0 | SKIP 8 | PASS 16 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-fits.R:96:5', 'test-fits.R:117:5', 'test-fits.R:134:5', 'test-fits.R:157:5', 'test-fits.R:182:5', 'test-fits.R:202:5', 'test-utils.R:20:5', 'test-utils.R:36:5' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 16 ] > > proc.time() user system elapsed 7.64 0.40 8.06