R Under development (unstable) (2023-11-05 r85474 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. > # 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(dualScale) > > test_check("dualScale") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 22 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-ds_cf.R:6:3', 'test-ds_cf.R:17:3', 'test-ds_mc.R:15:3', 'test-ds_mc.R:20:3', 'test-ds_mc_check.R:23:3', 'test-ds_mc_check.R:28:3', 'test-ds_mcf.R:20:3', 'test-ds_mcf.R:27:3', 'test-ds_pc.R:7:3', 'test-ds_pc.R:15:3', 'test-ds_pc.R:20:3', 'test-ds_ro.R:7:3', 'test-ds_ro.R:15:3', 'test-ds_ro.R:21:3', 'test-ds_ro.R:29:3', 'test-plot_data.R:2:3', 'test-plot_data.R:6:3', 'test-plot_data.R:10:3', 'test-plot_data.R:14:3', 'test-plot_data.R:18:3', 'test-print.R:2:3', 'test-print.R:6:3', 'test-print.R:10:3', 'test-print.R:14:3', 'test-print.R:18:3', 'test-summary.R:2:3', 'test-summary.R:6:3', 'test-summary.R:10:3', 'test-summary.R:14:3', 'test-summary.R:18:3', 'test-utils.R:24:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 22 ] > > proc.time() user system elapsed 5.28 0.53 5.81