Last updated on 2026-06-09 17:50:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.13 | 12.81 | 108.70 | 121.51 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.13 | 10.15 | 78.36 | 88.51 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.13 | 25.00 | 171.99 | 196.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.13 | 26.00 | 167.99 | 193.99 | OK | |
| r-devel-windows-x86_64 | 0.0.13 | 15.00 | 120.00 | 135.00 | ERROR | |
| r-patched-linux-x86_64 | 0.0.13 | 15.12 | 98.55 | 113.67 | OK | |
| r-release-linux-x86_64 | 0.0.13 | 13.14 | 96.28 | 109.42 | OK | |
| r-release-macos-arm64 | 0.0.13 | 3.00 | 25.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.0.13 | 10.00 | 151.00 | 161.00 | OK | |
| r-release-windows-x86_64 | 0.0.13 | 16.00 | 120.00 | 136.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.13 | 3.00 | 28.00 | 31.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.13 | 11.00 | 122.00 | 133.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.13 | 22.00 | 143.00 | 165.00 | OK |
Version: 0.0.13
Check: examples
Result: ERROR
Running examples in ‘ips-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: trimEnds
> ### Title: Trim Alignment Ends
> ### Aliases: trimEnds
>
> ### ** Examples
>
> # simple example alignment:
> x <- structure(list(nb = 5, seq = c("acaaggtaca", "-caaggtac-",
+ "acaaggtaca", "aca--gtaca", "-ccaggta--"), nam = LETTERS[1:5]),
+ .Names = c("nb", "seq", "nam"), class = "alignment")
> # convert to DNAbin:
> x <- as.DNAbin(x)
> # fill missing nucleotides:
> x <- trimEnds(x)
Error in trimEnds(x) : alignment contains less sequences then required
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.0.13
Check: examples
Result: ERROR
Running examples in 'ips-Ex.R' failed
The error most likely occurred in:
> ### Name: trimEnds
> ### Title: Trim Alignment Ends
> ### Aliases: trimEnds
>
> ### ** Examples
>
> # simple example alignment:
> x <- structure(list(nb = 5, seq = c("acaaggtaca", "-caaggtac-",
+ "acaaggtaca", "aca--gtaca", "-ccaggta--"), nam = LETTERS[1:5]),
+ .Names = c("nb", "seq", "nam"), class = "alignment")
> # convert to DNAbin:
> x <- as.DNAbin(x)
> # fill missing nucleotides:
> x <- trimEnds(x)
Error in trimEnds(x) : alignment contains less sequences then required
Execution halted
Flavor: r-devel-windows-x86_64