R Under development (unstable) (2024-08-17 r87027 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(tsgc) > > test_check("tsgc") Date[1:1], format: "2021-01-05" Date[1:1], format: "2021-01-05" Date[1:1], format: "2021-01-01" Date[1:1], format: "2021-01-01" [ FAIL 0 | WARN 64 | SKIP 12 | PASS 21 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • empty test (12): 'test-filterResults.R:17:1', 'test-filterResults.R:27:1', 'test-filterResults.R:37:1', 'test-filterResults.R:52:1', 'test-plotting.R:1:1', 'test-plotting.R:12:1', 'test-plotting.R:23:1', 'test-plotting.R:32:1', 'test-plotting.R:40:1', 'test-ss_model_base.R:1:1', 'test-ss_model_dynamic_gompertz.R:10:1', 'test-ss_model_dynamic_gompertz.R:25:1' [ FAIL 0 | WARN 64 | SKIP 12 | PASS 21 ] > > proc.time() user system elapsed 3.81 0.46 4.28