R version 4.4.0 RC (2024-04-16 r86444 ucrt) -- "Puppy Cup" 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(vdiffr) > library(TrendLSW) > > test_check("TrendLSW") [ FAIL 0 | WARN 0 | SKIP 68 | PASS 36 ] ══ Skipped tests (68) ══════════════════════════════════════════════════════════ • On CRAN (68): 'test-Atau.mat.R:2:3', 'test-Cmat.R:2:3', 'test-Cmat.R:11:3', 'test-TLSW-utils.R:2:3', 'test-TLSW-utils.R:13:3', 'test-TLSW-utils.R:24:3', 'test-TLSW-utils.R:36:3', 'test-TLSW.R:2:3', 'test-TLSW.R:9:3', 'test-TLSW.R:16:3', 'test-TLSW.R:23:3', 'test-TLSW.R:30:3', 'test-TLSW.R:39:3', 'test-TLSW.R:47:3', 'test-TLSW.R:54:3', 'test-TLSW.R:65:3', 'test-TLSWlacf.R:2:3', 'test-TLSWlacf.R:9:3', 'test-TLSWlacf.R:21:3', 'test-TLSWlacf.R:32:3', 'test-TLSWsim.R:79:3', 'test-TLSWsim.R:89:3', 'test-TLSWsim.R:94:3', 'test-ewspec.diff.R:2:3', 'test-ewspec.diff.R:9:3', 'test-ewspec.diff.R:16:3', 'test-ewspec.diff.R:25:3', 'test-ewspec.diff.R:34:3', 'test-ewspec.diff.R:45:3', 'test-ewspec.diff.R:54:3', 'test-ewspec.diff.R:63:3', 'test-ewspec.diff.R:86:3', 'test-ewspec.diff.R:93:3', 'test-ewspec.diff.R:100:3', 'test-ewspec.trend.R:2:3', 'test-ewspec.trend.R:9:3', 'test-ewspec.trend.R:16:3', 'test-ewspec.trend.R:24:3', 'test-ewspec.trend.R:33:3', 'test-ewspec.trend.R:43:3', 'test-ewspec.trend.R:90:3', 'test-ewspec.trend.R:97:3', 'test-ewspec.trend.R:104:3', 'test-get.boundary.R:14:3', 'test-get.boundary.R:19:3', 'test-get.boundary.R:24:3', 'test-get.boundary.R:29:3', 'test-get.boundary.R:34:3', 'test-wav.diff.trend.R:2:3', 'test-wav.diff.trend.R:10:3', 'test-wav.diff.trend.R:18:3', 'test-wav.diff.trend.R:28:3', 'test-wav.diff.trend.R:36:3', 'test-wav.diff.trend.R:44:3', 'test-wav.diff.trend.R:52:3', 'test-wav.diff.trend.R:61:3', 'test-wav.diff.trend.R:69:3', 'test-wav.diff.trend.R:77:3', 'test-wav.diff.trend.R:85:3', 'test-wav.diff.trend.R:94:3', 'test-wav.diff.trend.R:103:3', 'test-wav.trend.R:2:3', 'test-wav.trend.R:9:3', 'test-wav.trend.R:16:3', 'test-wav.trend.R:23:3', 'test-wav.trend.R:30:3', 'test-wav.trend.R:37:3', 'test-wav.trend.R:44:3' [ FAIL 0 | WARN 0 | SKIP 68 | PASS 36 ] Deleting unused snapshots: • TLSW-utils/plotlsw-testing.svg > > proc.time() user system elapsed 2.56 0.23 2.78