The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-09-21 11:51:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 5.68 | 119.64 | 125.32 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.89 | 85.46 | 89.35 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 87.74 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 95.48 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 11.00 | 141.00 | 152.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 6.94 | 113.85 | 120.79 | ERROR | |
| r-release-linux-x86_64 | 0.1.1 | 6.17 | 115.77 | 121.94 | ERROR | |
| 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 | 13.00 | 161.00 | 174.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/30s]
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-clang
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/15s]
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
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/29s]
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-patched-linux-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/31s]
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-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.