R Under development (unstable) (2025-01-06 r87534 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(SUMMER) SUMMER version 2.0.0 See latest changes with 'news(package = 'SUMMER')' > > test_check("SUMMER") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 19 | PASS 0 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-getDirect.R:7:5', 'test-getDirect.R:27:5', 'test-diag.R:3:4', 'test-diag.R:40:4', 'test-diag.R:82:2', 'test-diag.R:129:2', 'test-diag.R:177:2', 'test-diag.R:228:2', 'test-smoothCluster.R:7:2', 'test-smoothCluster.R:91:2', 'test-smoothCluster.R:157:2', 'test-smoothDirect.R:7:4', 'test-smoothDirect.R:41:4', 'test-smoothDirect.R:84:4', 'test-smoothSurvey.R:7:4', 'test-smoothSurvey.R:105:4', 'test-smoothSurvey.R:156:4', 'test-smoothSurvey.R:184:4', 'test-smoothSurvey.R:233:4' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 0 ] > > proc.time() user system elapsed 5.46 0.57 11.09