CRAN Package Check Results for Package fgeo.x

Last updated on 2024-05-03 08:42:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.4 2.84 31.28 34.12 OK
r-devel-linux-x86_64-fedora-clang 1.1.4 42.74 OK
r-devel-linux-x86_64-fedora-gcc 1.1.4 40.44 OK
r-devel-windows-x86_64 1.1.4 4.00 47.00 51.00 OK
r-patched-linux-x86_64 1.1.4 2.77 30.32 33.09 OK
r-release-linux-x86_64 1.1.4 2.87 30.45 33.32 OK
r-release-macos-arm64 1.1.4 21.00 OK
r-release-windows-x86_64 1.1.4 3.00 46.00 49.00 ERROR
r-oldrel-macos-arm64 1.1.4 23.00 OK
r-oldrel-macos-x86_64 1.1.4 31.00 OK
r-oldrel-windows-x86_64 1.1.4 5.00 49.00 54.00 OK

Check Details

Version: 1.1.4
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [2s] 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-release-windows-x86_64