CRAN Package Check Results for Package dci

Last updated on 2026-03-21 17:51:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 9.63 190.54 200.17 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 5.90 130.61 136.51 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 17.00 320.69 337.69 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 7.20 179.38 186.58 OK
r-release-linux-x86_64 1.0.3 7.72 178.69 186.41 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 15.00 187.00 202.00 OK
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 21.00 252.00 273.00 OK

Check Details

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