Last updated on 2026-02-05 03:49:47 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 22.09 | 172.01 | 194.10 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 17.44 | 122.41 | 139.85 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 41.00 | 271.80 | 312.80 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 40.00 | 251.93 | 291.93 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 28.00 | 160.00 | 188.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 23.85 | 156.10 | 179.95 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 23.07 | 155.11 | 178.18 | OK | |
| r-release-macos-arm64 | 0.1.0 | 6.00 | 40.00 | 46.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 16.00 | 128.00 | 144.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 29.00 | 178.00 | 207.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 5.00 | 46.00 | 51.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.1.2 | 15.00 | 104.00 | 119.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.1.0 | 33.00 | 205.00 | 238.00 | ERROR |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘EQUALPrognosis-Ex.R’ failed
The error most likely occurred in:
> ### Name: create_generic_input_parameters
> ### Title: Create generic input parameters
> ### Aliases: create_generic_input_parameters
>
> ### ** Examples
>
> # Correct parameters ####
> # Binary outcome
> # verbose is TRUE, therefore, the outcome message will be displayed
> results <- create_generic_input_parameters(
+ general_title = "Prediction of penguin species", simulations = 2000,
+ simulations_per_file = 20, seed = 1, df = penguins, outcome_name = "species",
+ outcome_type = "binary", outcome_time = NA, outcome_count = FALSE, verbose = TRUE)
Error: object 'penguins' not found
Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-windows-x86_64
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘EQUALPrognosis-Ex.R’ failed
The error most likely occurred in:
> ### Name: create_generic_input_parameters
> ### Title: Create generic input parameters
> ### Aliases: create_generic_input_parameters
>
> ### ** Examples
>
> # Correct parameters ####
> # Binary outcome
> # verbose is TRUE, therefore, the outcome message will be displayed
> results <- create_generic_input_parameters(
+ general_title = "Prediction of penguin species", simulations = 2000,
+ simulations_per_file = 20, seed = 1, df = penguins, outcome_name = "species",
+ outcome_type = "binary", outcome_time = NA, outcome_count = FALSE, verbose = TRUE)
Error: object 'penguins' not found
Execution halted
Flavor: r-oldrel-macos-x86_64