CRAN Package Check Results for Package palaeoverse

Last updated on 2026-06-19 12:59:45 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.0 10.66 213.67 224.33 OK
r-devel-linux-x86_64-debian-gcc 1.5.0 8.81 127.92 136.73 ERROR
r-devel-linux-x86_64-fedora-clang 1.5.0 21.00 391.67 412.67 OK
r-devel-linux-x86_64-fedora-gcc 1.5.0 19.00 389.83 408.83 OK
r-devel-windows-x86_64 1.5.0 15.00 162.00 177.00 OK
r-patched-linux-x86_64 1.5.0 11.61 189.26 200.87 OK
r-release-linux-x86_64 1.5.0 10.70 193.55 204.25 OK
r-release-macos-arm64 1.5.0 3.00 46.00 49.00 OK
r-release-macos-x86_64 1.5.0 8.00 183.00 191.00 OK
r-release-windows-x86_64 1.5.0 12.00 162.00 174.00 OK
r-oldrel-macos-arm64 1.5.0 3.00 51.00 54.00 OK
r-oldrel-macos-x86_64 1.5.0 8.00 171.00 179.00 OK
r-oldrel-windows-x86_64 1.5.0 17.00 214.00 231.00 OK

Check Details

Version: 1.5.0
Check: examples
Result: ERROR Running examples in ‘palaeoverse-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: axis_geo > ### Title: Add an axis with a geological timescale > ### Aliases: axis_geo axis_geo_phylo > > ### ** Examples > > # track user par > oldpar <- par(no.readonly = TRUE) > # single scale on bottom > par(mar = c(6.1, 4.1, 4.1, 2.1)) # modify margin > plot(0:100, axes = FALSE, xlim = c(100, 0), ylim = c(100, 0), + xlab = NA, ylab = "Depth (m)") > box() > axis(2) > axis_geo(side = 1, intervals = "period", title = "Time (Ma)") > > # stack multiple scales, abbreviate only one set of labels > par(mar = c(7.1, 4.1, 4.1, 2.1)) # further expand bottom margin > plot(0:100, axes = FALSE, xlim = c(100, 0), ylim = c(100, 0), + xlab = NA, ylab = "Depth (m)") > box() > axis(2) > axis_geo(side = 1, intervals = list("epoch", "period"), + abbr = list(TRUE, FALSE), title = "Time (Ma)") > > # scale with Macrostrat intervals > par(mar = c(6.1, 4.1, 4.1, 2.1)) # modify margin > plot(0:30, axes = FALSE, xlim = c(30, 0), ylim = c(30, 0), + xlab = NA, ylab = "Depth (m)") > box() > axis(2) > # this time, add a title automatically with axis_geo() > axis_geo(side = 1, intervals = "North American land mammal ages", + title = "Time (Ma)") Warning in open.connection(file, "rt") : cannot open URL 'https://macrostrat.org/api/v2/defs/intervals?format=csv&timescale=North%20American%20land%20mammal%20ages': HTTP status was '500 Internal Server Error' Error: `name` does not match a built-in or Macrostrat time scale. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [58s/51s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(palaeoverse) > > test_check("palaeoverse") Starting 2 test processes. > test-axis_geo.R: Loading required package: ape > test-axis_geo.R: Loading required package: maps Saving _problems/test-axis_geo-215.R > test-lat_bins_degrees.R: Bin size set to 12 degrees to fit latitudinal range. > test-lat_bins_degrees.R: Bin size set to 12 degrees to fit latitudinal range. [ FAIL 1 | WARN 1 | SKIP 35 | PASS 149 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-bin_lat.R:24:1', 'test-bin_space.R:46:1', 'test-bin_time.R:1:1', 'test-axis_geo.R:1:1', 'test-axis_geo.R:20:1', 'test-axis_geo.R:39:1', 'test-axis_geo.R:58:1', 'test-axis_geo.R:109:1', 'test-axis_geo.R:134:1', 'test-axis_geo.R:219:1', 'test-axis_geo.R:250:1', 'test-lat_bins_area.R:1:1', 'test-lat_bins_area.R:16:1', 'test-lat_bins_degrees.R:1:1', 'test-look_up.R:1:1', 'test-palaeorotate.R:1:1', 'test-palaeorotate.R:56:3', 'test-palaeorotate.R:140:3', 'test-phylo_check.R:1:1', 'test-group_apply.R:102:1', 'test-tax_expand_lat.R:1:1', 'test-tax_check.R:32:1', 'test-tax_expand_time.R:1:1', 'test-tax_range_strat.R:1:1', 'test-tax_range_strat.R:45:1', 'test-tax_range_strat.R:67:1', 'test-tax_range_strat.R:100:1', 'test-tax_range_strat.R:122:1', 'test-tax_range_strat.R:144:1', 'test-tax_range_strat.R:166:1', 'test-tax_range_time.R:1:1', 'test-tax_unique.R:1:1', 'test-tax_range_space.R:1:1', 'test-time_bins.R:3:3', 'test-time_bins.R:15:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-axis_geo.R:206:5'): axis_geo() can be used on multiple sides ─── Error: `name` does not match a built-in or Macrostrat time scale. Backtrace: ▆ 1. └─vdiffr::expect_doppelganger(...) at test-axis_geo.R:163:3 2. └─vdiffr (local) writer(fig, testcase, title) 3. ├─vdiffr:::print_plot(plot, title) 4. └─vdiffr:::print_plot.function(plot, title) 5. └─palaeoverse (local) p() 6. └─palaeoverse::axis_geo(...) at test-axis_geo.R:206:5 7. └─palaeoverse::time_bins(scale = scale_intervals) 8. └─base::tryCatch(...) 9. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. └─value[[3L]](cond) [ FAIL 1 | WARN 1 | SKIP 35 | PASS 149 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc