Last updated on 2026-05-11 02:51:34 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.13 | 14.31 | 107.18 | 121.49 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.13 | 10.05 | 75.88 | 85.93 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.13 | 25.00 | 160.60 | 185.60 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.13 | 23.00 | 158.69 | 181.69 | OK | |
| r-devel-windows-x86_64 | 0.0.13 | 16.00 | 117.00 | 133.00 | ERROR | |
| r-patched-linux-x86_64 | 0.0.13 | 14.85 | 97.46 | 112.31 | OK | |
| r-release-linux-x86_64 | 0.0.13 | 12.91 | 97.16 | 110.07 | 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 | 17.00 | 110.00 | 127.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 | 142.00 | 161.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
Flavor: 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