CRAN Package Check Results for Package damAOI

Last updated on 2025-12-03 04:50:11 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 26.24 314.67 340.91 OK
r-devel-linux-x86_64-debian-gcc 0.1 17.75 194.79 212.54 OK
r-devel-linux-x86_64-fedora-clang 0.1 150.00 442.41 592.41 OK
r-devel-linux-x86_64-fedora-gcc 0.1 61.00 490.74 551.74 OK
r-devel-windows-x86_64 0.1 28.00 245.00 273.00 OK
r-patched-linux-x86_64 0.1 22.17 303.54 325.71 OK
r-release-linux-x86_64 0.1 25.23 302.99 328.22 OK
r-release-macos-arm64 0.1 OK
r-release-macos-x86_64 0.1 15.00 242.00 257.00 OK
r-release-windows-x86_64 0.1 24.00 243.00 267.00 OK
r-oldrel-macos-arm64 0.1 OK
r-oldrel-macos-x86_64 0.1 31.00 375.00 406.00 OK
r-oldrel-windows-x86_64 0.1 37.00 353.00 390.00 ERROR

Check Details

Version: 0.1
Check: tests
Result: ERROR Running 'testthat.R' [72s] 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(damAOI) > > test_check("damAOI") Saving _problems/test-makesystem-5.R [ FAIL 1 | WARN 25 | SKIP 0 | PASS 14 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-makesystem.R:5:3'): makesystem ───────────────────────────────── Error in `data.frame(name = vect(system[system$area == "reservoir", ])$name, elev = extract(dem, vect(system[system$area == "reservoir", ]), fun = "mean", ID = FALSE))`: arguments imply differing number of rows: 2, 0 Backtrace: ▆ 1. └─damAOI::makesystem(names, system, dem_system) at test-makesystem.R:5:3 2. └─base::data.frame(...) [ FAIL 1 | WARN 25 | SKIP 0 | PASS 14 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64