R Under development (unstable) (2024-09-06 r87103 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(detrendr) > > test_check("detrendr") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 15 | PASS 152 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (7): 'test-detrend.R:3:3', 'test-dir-detrend.R:3:3', 'test-dir-detrend.R:202:3', 'test-polynom.R:2:3', 'test-best_params.R:2:3', 'test-best_params.R:39:3', 'test-best_params.R:79:3' • get_os() == "linux" is not TRUE (4): 'test-myrs.R:10:3', 'test-myrs.R:37:3', 'test-myrs.R:70:3', 'test-myrs.R:124:3' • get_os() == "mac" is not TRUE (4): 'test-myrs.R:3:3', 'test-myrs.R:27:3', 'test-myrs.R:61:3', 'test-myrs.R:115:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 152 ] > > proc.time() user system elapsed 1.39 0.18 12.84