R Under development (unstable) (2024-01-31 r85845 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. > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(resmush) > > test_check("resmush") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 43 | PASS 14 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (43): 'test-formats-local.R:2:3', 'test-formats-local.R:36:3', 'test-formats-local.R:57:3', 'test-formats-local.R:78:3', 'test-formats-local.R:98:3', 'test-formats.R:2:3', 'test-formats.R:53:3', 'test-formats.R:83:3', 'test-formats.R:99:3', 'test-formats.R:116:3', 'test-formats.R:141:3', 'test-resmuh_dir.R:6:3', 'test-resmuh_dir.R:12:3', 'test-resmuh_dir.R:38:3', 'test-resmuh_dir.R:83:3', 'test-resmuh_dir.R:141:3', 'test-resmuh_dir.R:194:3', 'test-remush_url.R:2:3', 'test-remush_url.R:26:3', 'test-remush_url.R:56:3', 'test-remush_url.R:68:3', 'test-remush_url.R:83:3', 'test-remush_url.R:139:3', 'test-remush_url.R:170:3', 'test-remush_url.R:207:3', 'test-remush_url.R:231:3', 'test-remush_url.R:296:3', 'test-remush_url.R:350:3', 'test-remush_url.R:386:3', 'test-remush_url.R:421:3', 'test-show_report.R:2:3', 'test-show_report.R:25:3', 'test-resmush_file.R:2:3', 'test-resmush_file.R:28:3', 'test-resmush_file.R:56:3', 'test-resmush_file.R:74:3', 'test-resmush_file.R:93:3', 'test-resmush_file.R:120:3', 'test-resmush_file.R:150:3', 'test-resmush_file.R:192:3', 'test-resmush_file.R:256:3', 'test-resmush_file.R:322:3', 'test-resmush_file.R:354:3' [ FAIL 0 | WARN 0 | SKIP 43 | PASS 14 ] > > proc.time() user system elapsed 2.82 0.39 4.06