CRAN Package Check Results for Package phyloraster

Last updated on 2025-11-14 03:50:02 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.0 2.30 200.48 202.78 OK
r-devel-linux-x86_64-debian-gcc 2.2.0 1.85 128.74 130.59 OK
r-devel-linux-x86_64-fedora-clang 2.2.0 294.63 ERROR
r-devel-linux-x86_64-fedora-gcc 2.2.0 301.31 ERROR
r-devel-windows-x86_64 2.2.0 5.00 193.00 198.00 OK
r-patched-linux-x86_64 2.2.0 3.40 187.22 190.62 OK
r-release-linux-x86_64 2.2.0 2.68 187.62 190.30 OK
r-release-macos-arm64 2.2.0 2.00 105.00 107.00 OK
r-release-macos-x86_64 2.2.0 2.00 190.00 192.00 OK
r-release-windows-x86_64 2.2.0 4.00 185.00 189.00 OK
r-oldrel-macos-arm64 2.2.0 1.00 82.00 83.00 OK
r-oldrel-macos-x86_64 2.2.0 2.00 189.00 191.00 OK
r-oldrel-windows-x86_64 2.2.0 6.00 260.00 266.00 OK

Check Details

Version: 2.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [102s/358s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(phyloraster) > > test_check("phyloraster") Saving _problems/test-delta-grid-81.R Saving _problems/test-geo.phylo-144.R Saving _problems/test-geo.phylo-167.R Saving _problems/test-rast-ed-ses-121.R Saving _problems/test-rast.pd.ses-120.R Saving _problems/test-rast.pe.ses-102.R Saving _problems/test-shp2rast-79.R Saving _problems/test-shp2rast-101.R [ FAIL 8 | WARN 0 | SKIP 0 | PASS 84 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-delta-grid.R:80:3'): Raster is saved when filename is provided ── Error in `expect(phyloraster::delta.grid(riq.pres, riq.fut, filename = temp), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = phyloraster::delta.grid(riq.pres, riq.fut, filename = temp)) at test-delta-grid.R:80:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-geo.phylo.R:144:3'): arguments are calculated when is missing and the tree is provided ── Error in `expect(geo.phylo(data$x, tree), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = geo.phylo(data$x, tree)) at test-geo.phylo.R:144:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-geo.phylo.R:163:3'): names are reordened in the function geo.phylo ── Error in `expect(geo.phylo(data$x, tree, inv.R = inv.R, edge.path = data$edge.path[sample(1:nrow(data$edge.path)), ], branch.length = data$branch.length, n.descen = data$n.descendants), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = geo.phylo(...)) at test-geo.phylo.R:163:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-rast-ed-ses.R:116:3'): function compute branch lenght when tree is supplied ── Error in `expect(rast.ed.ses(x = x, tree = tree, spat_alg = "bootspat_str", spat_alg_args = list(rprob = NULL, rich = NULL, fr_prob = NULL), aleats = 5), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = rast.ed.ses(...)) at test-rast-ed-ses.R:116:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-rast.pd.ses.R:115:3'): function compute branch lenght when tree is supplied ── Error in `expect(rast.pd.ses(x = x, tree = tree, spat_alg = "bootspat_str", spat_alg_args = list(rprob = NULL, rich = NULL, fr_prob = NULL), aleats = 5), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = rast.pd.ses(...)) at test-rast.pd.ses.R:115:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-rast.pe.ses.R:96:3'): function compute branch lenght when tree is supplied ── Error in `expect(rast.pe.ses(x = x, tree = tree, spat_alg = "bootspat_str", metric = "pe", spat_alg_args = list(rprob = NULL, rich = NULL, fr_prob = NULL), aleats = 5), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = rast.pe.ses(...)) at test-rast.pe.ses.R:96:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-shp2rast.R:77:3'): function runs ok when a mask is applied ───── Error in `expect(phyloraster::shp2rast(shp, y = coun.rast, sps.col = "BINOMIAL", ymask = TRUE, background = 0), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = phyloraster::shp2rast(...)) at test-shp2rast.R:77:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-shp2rast.R:100:3'): Raster is saved when filename is provided ── Error in `expect(shp2rast(shp, y = coun.rast, sps.col = "BINOMIAL", background = 0, filename = temp), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = shp2rast(...)) at test-shp2rast.R:100:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) [ FAIL 8 | WARN 0 | SKIP 0 | PASS 84 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [95s/255s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(phyloraster) > > test_check("phyloraster") Saving _problems/test-delta-grid-81.R Saving _problems/test-geo.phylo-144.R Saving _problems/test-geo.phylo-167.R Saving _problems/test-rast-ed-ses-121.R Saving _problems/test-rast.pd.ses-120.R Saving _problems/test-rast.pe.ses-102.R Saving _problems/test-shp2rast-79.R Saving _problems/test-shp2rast-101.R [ FAIL 8 | WARN 0 | SKIP 0 | PASS 84 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-delta-grid.R:80:3'): Raster is saved when filename is provided ── Error in `expect(phyloraster::delta.grid(riq.pres, riq.fut, filename = temp), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = phyloraster::delta.grid(riq.pres, riq.fut, filename = temp)) at test-delta-grid.R:80:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-geo.phylo.R:144:3'): arguments are calculated when is missing and the tree is provided ── Error in `expect(geo.phylo(data$x, tree), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = geo.phylo(data$x, tree)) at test-geo.phylo.R:144:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-geo.phylo.R:163:3'): names are reordened in the function geo.phylo ── Error in `expect(geo.phylo(data$x, tree, inv.R = inv.R, edge.path = data$edge.path[sample(1:nrow(data$edge.path)), ], branch.length = data$branch.length, n.descen = data$n.descendants), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = geo.phylo(...)) at test-geo.phylo.R:163:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-rast-ed-ses.R:116:3'): function compute branch lenght when tree is supplied ── Error in `expect(rast.ed.ses(x = x, tree = tree, spat_alg = "bootspat_str", spat_alg_args = list(rprob = NULL, rich = NULL, fr_prob = NULL), aleats = 5), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = rast.ed.ses(...)) at test-rast-ed-ses.R:116:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-rast.pd.ses.R:115:3'): function compute branch lenght when tree is supplied ── Error in `expect(rast.pd.ses(x = x, tree = tree, spat_alg = "bootspat_str", spat_alg_args = list(rprob = NULL, rich = NULL, fr_prob = NULL), aleats = 5), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = rast.pd.ses(...)) at test-rast.pd.ses.R:115:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-rast.pe.ses.R:96:3'): function compute branch lenght when tree is supplied ── Error in `expect(rast.pe.ses(x = x, tree = tree, spat_alg = "bootspat_str", metric = "pe", spat_alg_args = list(rprob = NULL, rich = NULL, fr_prob = NULL), aleats = 5), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = rast.pe.ses(...)) at test-rast.pe.ses.R:96:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-shp2rast.R:77:3'): function runs ok when a mask is applied ───── Error in `expect(phyloraster::shp2rast(shp, y = coun.rast, sps.col = "BINOMIAL", ymask = TRUE, background = 0), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = phyloraster::shp2rast(...)) at test-shp2rast.R:77:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) ── Error ('test-shp2rast.R:100:3'): Raster is saved when filename is provided ── Error in `expect(shp2rast(shp, y = coun.rast, sps.col = "BINOMIAL", background = 0, filename = temp), ok = T)`: `failure_message` must be a character vector, not a <SpatRaster> object. Backtrace: ▆ 1. └─testthat::expect(failure_message = shp2rast(...)) at test-shp2rast.R:100:3 2. └─testthat:::check_character(failure_message) 3. └─testthat:::stop_input_type(...) 4. └─rlang::abort(message, ..., call = call, arg = arg) [ FAIL 8 | WARN 0 | SKIP 0 | PASS 84 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc