Last updated on 2026-03-25 22:52:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | 9.98 | 195.03 | 205.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 6.15 | 133.09 | 139.24 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 16.00 | 300.24 | 316.24 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 18.00 | 339.54 | 357.54 | OK | |
| r-devel-macos-arm64 | 1.0.3 | 4.00 | 55.00 | 59.00 | OK | |
| r-devel-windows-x86_64 | 1.0.3 | 16.00 | 164.00 | 180.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.3 | 9.82 | 178.79 | 188.61 | OK | |
| r-release-linux-x86_64 | 1.0.3 | 7.38 | 179.43 | 186.81 | OK | |
| r-release-macos-arm64 | 1.0.3 | 4.00 | 53.00 | 57.00 | OK | |
| r-release-macos-x86_64 | 1.0.3 | 14.00 | 359.00 | 373.00 | OK | |
| r-release-windows-x86_64 | 1.0.3 | 19.00 | 181.00 | 200.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.3 | 4.00 | 57.00 | 61.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.3 | 14.00 | 381.00 | 395.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.3 | 22.00 | 254.00 | 276.00 | OK |
Version: 1.0.3
Check: examples
Result: ERROR
Running examples in 'dci-Ex.R' failed
The error most likely occurred in:
> ### Name: enforce_dendritic
> ### Title: Enforce dendritic river topology
> ### Aliases: enforce_dendritic
>
> ### ** Examples
>
> # Import rivers
> rivers_in <- import_rivers(yamaska_rivers, quiet = TRUE)
>
> # Correct errors automatically
> rivers_cor <- enforce_dendritic(rivers_in, correct = TRUE)
Iteration 1:
36 divergences corrected.
4 complex confluences found.
Iteration 2:
No divergences detected.
No complex confluences found.
>
> # Return highlighted topological errors for manual correction
> rivers_uncor <- enforce_dendritic(rivers_in, correct = FALSE)
27 divergences have been found.
7 complex confluences found.
>
> # For large river networks it may be better to specify a smaller number of
> # correction sweeps.
> rivers_cor <- enforce_dendritic(rivers_in, correct = TRUE, max_iter = 3)
Iteration 1:
36 divergences corrected.
4 complex confluences found.
Flavor: r-devel-windows-x86_64
Version: 1.0.3
Check: examples
Result: ERROR
Running examples in 'dci-Ex.R' failed
The error most likely occurred in:
> ### Name: import_points
> ### Title: Prepare point data for connectivity analyses
> ### Aliases: import_points
>
> ### ** Examples
>
> import_points(yamaska_barriers, type = "bars")
Flavor: r-release-windows-x86_64