Last updated on 2025-11-01 14:49:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.4.2 | 12.74 | 156.52 | 169.26 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.4.2 | 9.32 | 105.62 | 114.94 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.4.2 | 45.00 | 218.45 | 263.45 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.4.2 | 44.00 | 231.77 | 275.77 | OK | |
| r-devel-windows-x86_64 | 2.4.1 | 14.00 | 159.00 | 173.00 | OK | |
| r-patched-linux-x86_64 | 2.4.2 | 12.37 | 144.65 | 157.02 | OK | |
| r-release-linux-x86_64 | 2.4.1 | 12.56 | 144.88 | 157.44 | OK | |
| r-release-macos-arm64 | 2.4.2 | 5.00 | 67.00 | 72.00 | OK | |
| r-release-macos-x86_64 | 2.4.2 | 18.00 | 257.00 | 275.00 | OK | |
| r-release-windows-x86_64 | 2.4.2 | 17.00 | 184.00 | 201.00 | OK | |
| r-oldrel-macos-arm64 | 2.4.2 | 5.00 | 74.00 | 79.00 | OK | |
| r-oldrel-macos-x86_64 | 2.4.2 | 21.00 | 252.00 | 273.00 | OK | |
| r-oldrel-windows-x86_64 | 2.4.2 | 22.00 | 214.00 | 236.00 | OK |
Version: 2.4.2
Check: R code for possible problems
Result: NOTE
fortify.fbdrange: no visible global function definition for
‘adjust_hclust_tip.edge.len’
Undefined global functions or variables:
adjust_hclust_tip.edge.len
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.4.2
Check: examples
Result: ERROR
Running examples in ‘FossilSim-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot.fbdrange
> ### Title: Plot oriented tree with stratigraphic ranges
> ### Aliases: plot.fbdrange
>
> ### ** Examples
>
> tree_file <- system.file("extdata", "fbdrange.trees", package = "FossilSim")
> fbdr <- get_fbdrange_from_file(tree_file)
> p <- plot(fbdr, smart.labels = TRUE)
Error in adjust_hclust_tip.edge.len(res, x) :
could not find function "adjust_hclust_tip.edge.len"
Calls: plot ... <Anonymous> -> ggplot.default -> fortify -> fortify.fbdrange
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang