R Under development (unstable) (2025-10-03 r88899 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(shinymrp) > > test_check("shinymrp") Loading required package: shiny [ FAIL 0 | WARN 0 | SKIP 35 | PASS 108 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-data-processing.R:32:3', 'test-data-processing.R:165:3', 'test-data-processing.R:231:3', 'test-data-processing.R:344:3', 'test-example.R:12:3', 'test-example.R:137:3', 'test-example.R:146:3', 'test-golem-recommended.R:72:5', 'test-model-fitting.R:40:3', 'test-mrp-model.R:2:3', 'test-mrp-model.R:29:3', 'test-mrp-model.R:49:3', 'test-mrp-model.R:73:3', 'test-mrp-workflow.R:2:3', 'test-mrp-workflow.R:18:3', 'test-plotting.R:7:3', 'test-plotting.R:46:3', 'test-plotting.R:64:3', 'test-plotting.R:96:3', 'test-plotting.R:115:3', 'test-plotting.R:155:3', 'test-plotting.R:194:3', 'test-plotting.R:255:3', 'test-plotting.R:302:3', 'test-plotting.R:392:3', 'test-plotting.R:488:3', 'test-plotting.R:516:3', 'test-shiny-mrp-model.R:2:3', 'test-shiny-mrp-workflow.R:2:3', 'test-shiny-mrp-workflow.R:43:3', 'test-shiny-mrp-workflow.R:62:3', 'test-shiny-mrp-workflow.R:91:3', 'test-shiny-mrp-workflow.R:120:3', 'test-ui.R:25:3', 'test-ui.R:37:3' [ FAIL 0 | WARN 0 | SKIP 35 | PASS 108 ] > > proc.time() user system elapsed 6.32 0.78 8.21