Last updated on 2026-07-09 12:54:15 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 | 10.27 | 76.18 | 86.45 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 26.00 | 169.10 | 195.10 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 14.00 | 90.15 | 104.15 | OK | |
| r-devel-windows-x86_64 | 0.0.13 | 18.00 | 114.00 | 132.00 | ERROR | |
| r-patched-linux-x86_64 | 0.0.13 | 14.00 | 97.46 | 111.46 | OK | |
| r-release-linux-x86_64 | 0.0.13 | 14.54 | 98.77 | 113.31 | OK | |
| r-release-macos-arm64 | 0.1.1 | 4.00 | 29.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 11.00 | 95.00 | 106.00 | OK | |
| r-release-windows-x86_64 | 0.0.13 | 17.00 | 115.00 | 132.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 4.00 | 31.00 | 35.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 10.00 | 95.00 | 105.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.13 | 24.00 | 153.00 | 177.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