R version 4.6.0 alpha (2026-04-01 r89771 ucrt) 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(jgd) > > test_check("jgd") jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(npipe:////./pipe/nonexistent-jgd-test) failed: 2 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 jgd: connect(tcp://127.0.0.1:1) failed: 0 [ FAIL 0 | WARN 3 | SKIP 31 | PASS 154 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-device-basic.R:53:1', 'test-device-basic.R:59:1', 'test-device-basic.R:65:1', 'test-device-basic.R:72:1', 'test-device-basic.R:94:1', 'test-frame-ext.R:225:3', 'test-frame-ext.R:429:3', 'test-frame-ext.R:491:3', 'test-frame-output.R:216:1', 'test-frame-output.R:226:1', 'test-frame-output.R:241:1', 'test-frame-output.R:251:1', 'test-frame-output.R:271:1', 'test-group-ops.R:346:3', 'test-group-ops.R:526:3', 'test-malformed-json.R:121:3', 'test-malformed-json.R:151:3', 'test-malformed-json.R:171:3', 'test-plotindex-buffering.R:132:3', 'test-resize-plotindex-content.R:133:3', 'test-resize-plotindex-lines.R:128:3', 'test-resize-plotnumber.R:132:3' • On Windows (9): 'test-device-basic.R:4:3', 'test-device-basic.R:11:3', 'test-device-basic.R:18:3', 'test-device-basic.R:26:3', 'test-device-basic.R:37:3', 'test-device-basic.R:44:3', 'test-server-info.R:2:3', 'test-server-info.R:41:3', 'test-server-info.R:74:3' [ FAIL 0 | WARN 3 | SKIP 31 | PASS 154 ] > > proc.time() user system elapsed 2.96 0.96 71.60