Last updated on 2026-05-08 13:55:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.88 | 123.83 | 126.71 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.94 | 88.82 | 90.76 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 209.56 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 228.09 | ERROR | |||
| r-devel-windows-x86_64 | 1.0.1 | 5.00 | 179.00 | 184.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.1 | 3.00 | 248.86 | 251.86 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 2.70 | 250.94 | 253.64 | OK | |
| r-release-macos-arm64 | 1.0.1 | 1.00 | 69.00 | 70.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 2.00 | 286.00 | 288.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 8.00 | 348.00 | 356.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 2.00 | 187.00 | 189.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 10.00 | 390.00 | 400.00 | ERROR |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘divvy-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bandit
> ### Title: Rarefy localities within latitudinal bands
> ### Aliases: bandit
>
> ### ** Examples
>
> # load bivalve occurrences to rasterise
> library(terra)
terra 1.9.25
> data(bivalves)
>
> # initialise Equal Earth projected coordinates
> rWorld <- rast()
> prj <- 'EPSG:8857'
> rPrj <- project(rWorld, prj, res = 200000) # 200,000m is approximately 2 degrees
Error: [write] unknown option(s): xscale,yscale
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [57s/67s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(divvy)
>
> test_check("divvy")
Saving _problems/test_calc_eco_variables-32.R
Saving _problems/test_subsample-50.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_calc_eco_variables.R:32:1'): (code run outside of `test_that()`) ──
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_calc_eco_variables.R:32:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
── Error ('test_subsample.R:50:1'): (code run outside of `test_that()`) ────────
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_subsample.R:50:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘habitat-rangesize-case-study.Rmd’ using rmarkdown
--- finished re-building ‘habitat-rangesize-case-study.Rmd’
--- re-building ‘subsampling-vignette.Rmd’ using rmarkdown
Quitting from subsampling-vignette.Rmd:84-100 [rasterise]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! [write] unknown option(s): xscale,yscale
---
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05)
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'subsampling-vignette.Rmd' failed with diagnostics:
[write] unknown option(s): xscale,yscale
--- failed re-building ‘subsampling-vignette.Rmd’
SUMMARY: processing the following file failed:
‘subsampling-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [41s/51s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(divvy)
>
> test_check("divvy")
Saving _problems/test_calc_eco_variables-32.R
Saving _problems/test_subsample-50.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_calc_eco_variables.R:32:1'): (code run outside of `test_that()`) ──
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_calc_eco_variables.R:32:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
── Error ('test_subsample.R:50:1'): (code run outside of `test_that()`) ────────
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_subsample.R:50:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘divvy-Ex.R’ failed
The error most likely occurred in:
> ### Name: bandit
> ### Title: Rarefy localities within latitudinal bands
> ### Aliases: bandit
>
> ### ** Examples
>
> # load bivalve occurrences to rasterise
> library(terra)
terra 1.9.25
> data(bivalves)
>
> # initialise Equal Earth projected coordinates
> rWorld <- rast()
> prj <- 'EPSG:8857'
> rPrj <- project(rWorld, prj, res = 200000) # 200,000m is approximately 2 degrees
Error: [write] unknown option(s): xscale,yscale
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [101s/106s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(divvy)
>
> test_check("divvy")
Saving _problems/test_calc_eco_variables-32.R
Saving _problems/test_subsample-50.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_calc_eco_variables.R:32:1'): (code run outside of `test_that()`) ──
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_calc_eco_variables.R:32:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
── Error ('test_subsample.R:50:1'): (code run outside of `test_that()`) ────────
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_subsample.R:50:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘habitat-rangesize-case-study.Rmd’ using rmarkdown
--- finished re-building ‘habitat-rangesize-case-study.Rmd’
--- re-building ‘subsampling-vignette.Rmd’ using rmarkdown
Quitting from subsampling-vignette.Rmd:84-100 [rasterise]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! [write] unknown option(s): xscale,yscale
---
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05)
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'subsampling-vignette.Rmd' failed with diagnostics:
[write] unknown option(s): xscale,yscale
--- failed re-building ‘subsampling-vignette.Rmd’
SUMMARY: processing the following file failed:
‘subsampling-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [105s/181s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(divvy)
>
> test_check("divvy")
Saving _problems/test_calc_eco_variables-32.R
Saving _problems/test_subsample-50.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_calc_eco_variables.R:32:1'): (code run outside of `test_that()`) ──
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_calc_eco_variables.R:32:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
── Error ('test_subsample.R:50:1'): (code run outside of `test_that()`) ────────
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_subsample.R:50:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [103s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(divvy)
>
> test_check("divvy")
Saving _problems/test_calc_eco_variables-32.R
Saving _problems/test_subsample-50.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_calc_eco_variables.R:32:1'): (code run outside of `test_that()`) ──
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_calc_eco_variables.R:32:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
── Error ('test_subsample.R:50:1'): (code run outside of `test_that()`) ────────
Error: [write] unknown option(s): xscale,yscale
Backtrace:
▆
1. ├─terra::project(rWorld, prj, res = 2e+05) at test_subsample.R:50:1
2. └─terra::project(rWorld, prj, res = 2e+05)
3. └─terra (local) .local(x, ...)
4. ├─terra::project(...)
5. └─terra::project(...)
6. └─terra (local) .local(x, ...)
7. └─terra:::spatOptions(filename, threads = threads, ...)
8. └─terra:::.setOptions(opt, wopt)
9. └─terra:::error("write", "unknown option(s): ", bad)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 28 ]
Error:
! Test failures.
Execution halted
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64