Last updated on 2026-08-24 05:51:16 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.4.1 | 57.86 | 486.49 | 544.35 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.5.1 | 39.09 | 344.57 | 383.66 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.5.1 | 48.00 | 362.39 | 410.39 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.5.1 | 47.00 | 358.72 | 405.72 | OK | |
| r-devel-windows-x86_64 | 2.4.1 | 63.00 | 522.00 | 585.00 | ERROR | |
| r-patched-linux-x86_64 | 2.4.1 | 53.89 | 475.96 | 529.85 | OK | |
| r-release-linux-x86_64 | 2.5.1 | 58.84 | 469.30 | 528.14 | OK | |
| r-release-macos-arm64 | 2.5.1 | 16.00 | 117.00 | 133.00 | OK | |
| r-release-macos-x86_64 | 2.5.1 | 43.00 | 464.00 | 507.00 | OK | |
| r-release-windows-x86_64 | 2.5.1 | 67.00 | 472.00 | 539.00 | OK | |
| r-oldrel-macos-arm64 | 2.5.1 | 15.00 | 122.00 | 137.00 | OK | |
| r-oldrel-macos-x86_64 | 2.5.1 | 41.00 | 408.00 | 449.00 | OK | |
| r-oldrel-windows-x86_64 | 2.5.1 | 92.00 | 607.00 | 699.00 | OK |
Version: 2.4.1
Check: examples
Result: ERROR
Running examples in ‘dowser-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getTrees
> ### Title: Estimate lineage tree topologies, branch lengths, and internal
> ### node states if desired
> ### Aliases: getTrees
>
> ### ** Examples
>
> data(ExampleClones)
> trees <- getTrees(ExampleClones[10,])
Warning in getTrees(ExampleClones[10, ]) :
Tree building failed for clones 3140
Warning in FUN(X[[i]], ...) :
no applicable method for 'multi2di' applied to an object of class "c('deprecatedWarning', 'warning', 'condition')"
Error in getTrees(ExampleClones[10, ]) : No trees left!
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.4.1
Check: examples
Result: ERROR
Running examples in 'dowser-Ex.R' failed
The error most likely occurred in:
> ### Name: getTrees
> ### Title: Estimate lineage tree topologies, branch lengths, and internal
> ### node states if desired
> ### Aliases: getTrees
>
> ### ** Examples
>
> data(ExampleClones)
> trees <- getTrees(ExampleClones[10,])
Warning in getTrees(ExampleClones[10, ]) :
Tree building failed for clones 3140
Warning in FUN(X[[i]], ...) :
no applicable method for 'multi2di' applied to an object of class "c('deprecatedWarning', 'warning', 'condition')"
Error in getTrees(ExampleClones[10, ]) : No trees left!
Execution halted
Flavor: r-devel-windows-x86_64