R Under development (unstable) (2026-07-12 r90242 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(blockr.dock) > > test_check("blockr.dock") Loading required package: shiny [WARN][2026-07-13 14:18:04][blockr.dock] Please choose a valid block ID. [WARN][2026-07-13 14:18:05][blockr.dock] Please choose a valid link ID. [WARN][2026-07-13 14:18:06][blockr.dock] Please choose a valid stack ID. [WARN][2026-07-13 14:18:06][blockr.dock] Please choose a valid stack name. [WARN][2026-07-13 14:18:06][blockr.dock] Please choose a valid stack color. [WARN][2026-07-13 14:18:06][blockr.dock] Please choose a valid stack name. [WARN][2026-07-13 14:18:06][blockr.dock] Please choose a valid stack color. [WARN][2026-07-13 14:18:29][blockr.dock] Please choose a valid block ID. [WARN][2026-07-13 14:18:29][blockr.dock] Please choose a valid block ID. [WARN][2026-07-13 14:18:29][blockr.dock] Please choose a unique block ID. [WARN][2026-07-13 14:18:29][blockr.dock] Please choose a valid block type. [WARN][2026-07-13 14:18:29][blockr.dock] Please choose at least one block. [WARN][2026-07-13 14:18:29][blockr.dock] Please choose valid block IDs. [WARN][2026-07-13 14:18:30][blockr.dock] No new links can be added. Remove a [WARN][2026-07-13 14:18:30][blockr.dock] link(s) or add block(s) first. horizontal ├─ a (50%) └─ b (50%) [ FAIL 0 | WARN 0 | SKIP 20 | PASS 7192 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-board-class.R:49:1', 'test-board-class.R:65:1', 'test-board-class.R:75:1', 'test-commit-sentinel.R:11:3', 'test-commit-sentinel.R:57:3', 'test-layout-class.R:301:1', 'test-utils-serve.R:67:3', 'test-utils-serve.R:99:3', 'test-utils-serve.R:133:3', 'test-utils-serve.R:167:3', 'test-utils-serve.R:216:3', 'test-utils-serve.R:260:3', 'test-utils-serve.R:369:3', 'test-utils-serve.R:404:3', 'test-utils-serve.R:435:3', 'test-utils-serve.R:466:3', 'test-utils-serve.R:561:3', 'test-utils-serve.R:660:3', 'test-utils-serve.R:707:3', 'test-utils-serve.R:737:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 7192 ] > > proc.time() user system elapsed 89.84 9.39 100.00