dci
Calculate the Dendritic Connectivity Index in River Networks
v1.0.3
·
Feb 26, 2026
·
MIT + file LICENSE
Description
Calculate and analyze ecological connectivity across the watercourse of river networks using the Dendritic Connectivity Index.
Downloads
315
Last 30 days
12542nd
749
Last 90 days
1.9K
Last year
Trend: +7.9% (30d vs prior 30d)
CRAN Check Status
14
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check History
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 3, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 2, 2026
ERROR
r-devel-windows-x86_64
examples
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.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 30, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 18, 2026
ERROR
r-devel-windows-x86_64
examples
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")