Last updated on 2026-06-08 02:51:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | 87.97 | 75.04 | 163.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 82.36 | 54.48 | 136.84 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 144.00 | 111.47 | 255.47 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 218.00 | 124.04 | 342.04 | OK | |
| r-devel-windows-x86_64 | 1.0.3 | 133.00 | 127.00 | 260.00 | OK | |
| r-patched-linux-x86_64 | 1.0.3 | 103.63 | 72.64 | 176.27 | OK | |
| r-release-linux-x86_64 | 1.0.3 | 107.46 | 71.60 | 179.06 | OK | |
| r-release-macos-arm64 | 1.0.3 | 21.00 | 14.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 1.0.3 | 58.00 | 60.00 | 118.00 | OK | |
| r-release-windows-x86_64 | 1.0.3 | 130.00 | 128.00 | 258.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.3 | 58.00 | 52.00 | 110.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.3 | 152.00 | 153.00 | 305.00 | OK |
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ipaddress)
>
> test_check("ipaddress")
Saving _problems/test-ip_to_binary-6.R
[ FAIL 1 | WARN 7 | SKIP 41 | PASS 672 ]
══ Skipped tests (41) ══════════════════════════════════════════════════════════
• On CRAN (41): 'test-address_ranges.R:132:1', 'test-common_network.R:47:1',
'test-country_networks.R:14:1', 'test-country_networks.R:42:1',
'test-ip_interface.R:58:1', 'test-ip_network_v4.R:45:1',
'test-ip_network_v4.R:64:1', 'test-ip_network_v6.R:28:1',
'test-ip_network_v6.R:47:1', 'test-ip_to_bytes.R:8:1',
'test-ip_to_bytes.R:17:1', 'test-ip_to_hex.R:3:1',
'test-ip_to_hostname.R:35:3', 'test-ip_to_integer.R:3:1',
'test-ip_version.R:15:1', 'test-ipv6_transition.R:1:1',
'test-ipv6_transition.R:28:1', 'test-ipv6_transition.R:55:1',
'test-network_mask.R:78:1', 'test-network_size.R:3:1',
'test-network_size.R:12:1', 'test-network_size.R:22:1',
'test-operators.R:103:1', 'test-pillar.R:9:1', 'test-pillar.R:17:1',
'test-reserved.R:1:1', 'test-reserved.R:34:1', 'test-reserved.R:52:1',
'test-reserved.R:67:1', 'test-reserved.R:82:1', 'test-reserved.R:104:1',
'test-reserved.R:119:1', 'test-reserved.R:134:1',
'test-reverse_pointer.R:1:1', 'test-sample.R:4:1', 'test-sequence.R:1:1',
'test-traverse_hierarchy.R:1:1', 'test-traverse_hierarchy.R:14:1',
'test-traverse_hierarchy.R:61:1', 'test-traverse_hierarchy.R:75:1',
'test-within_network.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ip_to_binary.R:4:3'): binary encoding/decoding works ───────────
Error in `file("", "w+b")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-ip_to_binary.R:4:3
2. └─testthat:::expect_snapshot_(...)
3. ├─testthat:::with_is_snapshotting(...)
4. └─testthat:::verify_exec(quo_get_expr(x), quo_get_env(x), replay)
5. └─evaluate::evaluate(source, envir = env, new_device = FALSE, output_handler = handler)
6. └─evaluate:::watchout(...)
7. └─evaluate:::local_persistent_sink_connection(debug, frame)
8. └─base::file("", "w+b")
[ FAIL 1 | WARN 7 | SKIP 41 | PASS 672 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc