CRAN Package Check Results for Package ElevDistr

Last updated on 2024-06-04 07:55:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.8 3.23 108.53 111.76 OK
r-devel-linux-x86_64-debian-gcc 1.0.8 2.56 70.32 72.88 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.8 129.09 OK
r-devel-linux-x86_64-fedora-gcc 1.0.8 148.77 OK
r-devel-windows-x86_64 1.0.8 5.00 147.00 152.00 OK
r-patched-linux-x86_64 1.0.8 4.58 95.35 99.93 OK
r-release-linux-x86_64 1.0.8 3.48 103.94 107.42 OK
r-release-macos-arm64 1.0.8 201.00 OK
r-release-macos-x86_64 1.0.8 302.00 OK
r-release-windows-x86_64 1.0.8 4.00 147.00 151.00 OK
r-oldrel-macos-arm64 1.0.8 183.00 OK
r-oldrel-macos-x86_64 1.0.8 237.00 OK
r-oldrel-windows-x86_64 1.0.8 6.00 163.00 169.00 OK

Check Details

Version: 1.0.8
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/558s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(ElevDistr) > > test_check("ElevDistr") [ FAIL 2 | WARN 2 | SKIP 0 | PASS 109 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-calculate_distance.R:9:1'): (code run outside of `test_that()`) ── Error: [rast] file does not exist: /vsicurl/https://edcintl.cr.usgs.gov/downloads/sciweb1/shared/topo/downloads/GMTED/Global_tiles_GMTED/300darcsec/med/E000/30N000E_20101117_gmted_med300.tif Backtrace: ▆ 1. ├─terra::rast(gmted2010URL, vsi = TRUE) at test-calculate_distance.R:9:1 2. └─terra::rast(gmted2010URL, vsi = TRUE) 3. └─terra (local) .local(x, ...) 4. └─terra:::messages(r, "rast") 5. └─terra:::error(f, x@ptr$getError()) ── Error ('test-distance_to_treeline.R:7:1'): (code run outside of `test_that()`) ── Error: [rast] file does not exist: /vsicurl/https://edcintl.cr.usgs.gov/downloads/sciweb1/shared/topo/downloads/GMTED/Global_tiles_GMTED/300darcsec/med/E000/30N000E_20101117_gmted_med300.tif Backtrace: ▆ 1. ├─terra::rast(gmted2010URL, vsi = TRUE) at test-distance_to_treeline.R:7:1 2. └─terra::rast(gmted2010URL, vsi = TRUE) 3. └─terra (local) .local(x, ...) 4. └─terra:::messages(r, "rast") 5. └─terra:::error(f, x@ptr$getError()) [ FAIL 2 | WARN 2 | SKIP 0 | PASS 109 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc