Skip to content

rivnet

Extract and Analyze Rivers from Elevation Data

v0.6.0 · Feb 12, 2025 · MIT + file LICENSE

Description

Seamless extraction of river networks from digital elevation models data. The package allows analysis of digital elevation models that can be either externally provided or downloaded from open source repositories (thus interfacing with the 'elevatr' package). Extraction is performed via the 'D8' flow direction algorithm of TauDEM (Terrain Analysis Using Digital Elevation Models), thus interfacing with the 'traudem' package. Resulting river networks are compatible with functions from the 'OCNet' package. See Carraro (2023) <doi:10.5194/hess-27-3733-2023> for a presentation of the package.

Downloads

329

Last 30 days

11841st

879

Last 90 days

3.2K

Last year

Trend: +3.8% (30d vs prior 30d)

CRAN Check Status

4 NOTE
10 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
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 NOTE
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (4 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘rivnet/libs/rivnet.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘rivnet/libs/rivnet.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-windows-x86_64

compiled code

File 'rivnet/libs/x64/rivnet.dll':
  Found non-API call to R: 'R_UnboundValue'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-patched-linux-x86_64

compiled code

File ‘rivnet/libs/rivnet.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.

Check History

NOTE 13 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 27, 2026
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘rivnet/libs/rivnet.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies spam raster sf terra traudem elevatr OCNet Rcpp curl fields parallelly eDITH rivnet

Version History

new 0.6.0 Mar 10, 2026
updated 0.6.0 ← 0.5.0 diff Feb 11, 2025
updated 0.5.0 ← 0.4.2 diff Sep 22, 2024
updated 0.4.2 ← 0.4.1 diff May 7, 2024
updated 0.4.1 ← 0.4.0 diff Apr 15, 2024
updated 0.4.0 ← 0.3.4 diff Jan 8, 2024
updated 0.3.4 ← 0.3.3 diff Nov 23, 2023
updated 0.3.3 ← 0.3.2 diff Oct 23, 2023
updated 0.3.2 ← 0.3.1 diff Oct 14, 2023
updated 0.3.1 ← 0.3.0 diff Sep 7, 2023
updated 0.3.0 ← 0.2.1 diff Jul 16, 2023
updated 0.2.1 ← 0.2.0 diff Jun 12, 2023
updated 0.2.0 ← 0.1.0 diff Apr 20, 2023
new 0.1.0 Feb 28, 2023