Last updated on 2026-07-07 15:49:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.13 | 14.75 | 110.56 | 125.31 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.13 | 9.12 | 75.22 | 84.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.13 | 23.00 | 163.03 | 186.03 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.13 | 22.00 | 153.94 | 175.94 | ERROR | |
| r-devel-windows-x86_64 | 0.0.13 | 16.00 | 116.00 | 132.00 | ERROR | |
| r-patched-linux-x86_64 | 0.0.13 | 14.07 | 99.35 | 113.42 | OK | |
| r-release-linux-x86_64 | 0.0.13 | 14.54 | 98.77 | 113.31 | 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 | 15.00 | 115.00 | 130.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 | 19.00 | 147.00 | 166.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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64