R Under development (unstable) (2025-12-13 r89166 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(Rapp) > > test_check("Rapp") Starting 2 test processes. > test-install.R: Added D:\temp\2025_12_14_19_55_16_6858\Rtmp6Jo8U7\rapp-bin-frontmatter10c8c640d83 to your user-level PATH [ FAIL 0 | WARN 0 | SKIP 11 | PASS 158 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-basics.R:1:1', 'test-multi-options.R:7:1', 'test-required.R:1:1', 'test-required.R:20:1', 'test-run.R:16:1', 'test-run.R:22:1', 'test-todo.R:14:1', 'test-help-snapshots.R:91:1', 'test-help-snapshots.R:97:1', 'test-help-snapshots.R:117:1' • On Windows (1): 'test-regressions.R:16:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 158 ] > > proc.time() user system elapsed 1.20 0.18 10.07