Last updated on 2024-11-28 09:49:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 7.69 | 82.86 | 90.55 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 5.79 | 60.66 | 66.45 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 108.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 141.16 | OK | |||
r-devel-windows-x86_64 | 2.0.0 | 7.00 | 112.00 | 119.00 | OK | |
r-patched-linux-x86_64 | 1.3 | 11.63 | 79.12 | 90.75 | OK | |
r-release-linux-x86_64 | 1.3 | 7.87 | 78.88 | 86.75 | OK | |
r-release-macos-arm64 | 2.0.0 | 54.00 | OK | |||
r-release-macos-x86_64 | 2.0.0 | 92.00 | OK | |||
r-release-windows-x86_64 | 1.3 | 11.00 | 102.00 | 113.00 | OK | |
r-oldrel-macos-arm64 | 2.0.0 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0.0 | 92.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3 | 12.00 | 107.00 | 119.00 | ERROR |
Version: 1.3
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
parallel_coord.Rd: plotly
parameters_summarise.Rd: tibble
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.3
Check: examples
Result: ERROR
Running examples in 'iraceplot-Ex.R' failed
The error most likely occurred in:
> ### Name: parallel_cat
> ### Title: Parallel Coordinates Category
> ### Aliases: parallel_cat
>
> ### ** Examples
>
> iraceResults <- read_logfile(system.file(package="irace", "exdata",
+ "irace-acotsp.Rdata", mustWork = TRUE))
> parallel_cat(iraceResults)
Error in !is_fixed : invalid argument type
Calls: parallel_cat -> subset_param_names
Execution halted
Flavor: r-oldrel-windows-x86_64