Last updated on 2026-09-08 07:52:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 5.96 | 120.89 | 126.85 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.22 | 85.72 | 89.94 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 87.26 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 90.07 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 12.00 | 136.00 | 148.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 5.68 | 112.84 | 118.52 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 6.18 | 113.11 | 119.29 | OK | |
| r-release-macos-arm64 | 0.1.1 | 2.00 | 34.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 5.00 | 137.00 | 142.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 10.00 | 131.00 | 141.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 2.00 | 36.00 | 38.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 4.00 | 119.00 | 123.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 14.00 | 168.00 | 182.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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(trafficCAR)
>
> test_check("trafficCAR")
Saving _problems/test-networks-62.R
Saving _problems/test-networks-63.R
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 541 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-car-precision.R:279:3', 'test-fit-traffic.R:108:3'
• leaflet is installed; skipping missing-dependency test (1):
'test-plot-interactive.R:55:5'
• osmdata is installed; cannot test missing-dependency error path. (1):
'test-osm.R:3:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-networks.R:62:3'): 2x2 grid has 9 nodes when intersections are noded ──
Expected `nrow(net$nodes)` to equal 9.
Differences:
`actual`: 5.0
`expected`: 9.0
── Failure ('test-networks.R:63:3'): 2x2 grid has 9 nodes when intersections are noded ──
Expected `nrow(net$edges)` to equal 12.
Differences:
`actual`: 8.0
`expected`: 12.0
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 541 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc