Last updated on 2026-08-18 13:49:39 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.4 | 1.80 | 31.95 | 33.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.4 | 1.70 | 26.35 | 28.05 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.4 | 22.95 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 22.15 | OK | |||
| r-devel-windows-x86_64 | 1.1.4 | 5.00 | 53.00 | 58.00 | OK | |
| r-patched-linux-x86_64 | 1.1.4 | 2.20 | 25.46 | 27.66 | OK | |
| r-release-linux-x86_64 | 1.1.4 | 1.91 | 25.35 | 27.26 | OK | |
| r-release-macos-arm64 | 1.1.4 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 1.1.4 | 2.00 | 42.00 | 44.00 | OK | |
| r-release-windows-x86_64 | 1.1.4 | 4.00 | 0.00 | 4.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.4 | 2.00 | 31.00 | 33.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.4 | 6.00 | 53.00 | 59.00 | OK |
Version: 1.1.4
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/3s]
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'
Saving _problems/test-download_data-18.R
trying URL 'https://github.com/forestgeo/fgeo.data/raw/master/data/unique_id.rda'
Saving _problems/test-download_data-24.R
[ 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-gcc