CRAN Package Check Results for Package fgeo.x

Last updated on 2025-03-01 06:51:05 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.4 2.31 25.19 27.50 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.4 1.24 20.08 21.32 OK
r-devel-linux-x86_64-fedora-clang 1.1.4 41.54 OK
r-devel-linux-x86_64-fedora-gcc 1.1.4 40.95 OK
r-devel-macos-arm64 1.1.4 20.00 OK
r-devel-macos-x86_64 1.1.4 31.00 OK
r-devel-windows-x86_64 1.1.4 4.00 49.00 53.00 OK
r-patched-linux-x86_64 1.1.4 2.08 24.07 26.15 OK
r-release-linux-x86_64 1.1.4 2.19 24.11 26.30 OK
r-release-macos-arm64 1.1.4 21.00 OK
r-release-macos-x86_64 1.1.4 28.00 OK
r-release-windows-x86_64 1.1.4 3.00 49.00 52.00 OK
r-oldrel-macos-arm64 1.1.4 OK
r-oldrel-macos-x86_64 1.1.4 31.00 OK
r-oldrel-windows-x86_64 1.1.4 4.00 50.00 54.00 OK

Check Details

Version: 1.1.4
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [2s/26s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(fgeo.x) > > test_check("fgeo.x") trying URL 'https://github.com/forestgeo/fgeo.data/raw/master/data/unique_id.rda' trying URL 'https://github.com/forestgeo/fgeo.data/raw/master/data/unique_id.rda' [ FAIL 2 | WARN 2 | SKIP 0 | PASS 2 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download_data.R:18:3'): download_data with `destfile = NULL` it reads data ── Error in `download.file(data_url(x), tmp)`: cannot open URL 'https://github.com/forestgeo/fgeo.data/raw/master/data/unique_id.rda' Backtrace: ▆ 1. └─fgeo.x (local) `<fn>`(x = "unique_id") 2. └─utils::download.file(data_url(x), tmp) ── Error ('test-download_data.R:24:3'): download_data with non-NULL `destfile` downloads to `destfile` ── Error in `download.file(data_url(x), destfile = destfile)`: cannot open URL 'https://github.com/forestgeo/fgeo.data/raw/master/data/unique_id.rda' Backtrace: ▆ 1. └─fgeo.x (local) `<fn>`(x = "unique_id", destfile = tmp) 2. └─utils::download.file(data_url(x), destfile = destfile) [ FAIL 2 | WARN 2 | SKIP 0 | PASS 2 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang