Last updated on 2026-03-20 13:51:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 23.20 | 169.48 | 192.68 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 16.51 | 118.44 | 134.95 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.3 | 24.00 | 147.88 | 171.88 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 37.00 | 153.54 | 190.54 | OK | |
| r-devel-macos-arm64 | 0.1.2 | 6.00 | 39.00 | 45.00 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 26.00 | 159.00 | 185.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 21.69 | 156.52 | 178.21 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 23.03 | 153.75 | 176.78 | OK | |
| r-release-macos-arm64 | 0.1.2 | 6.00 | 37.00 | 43.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 16.00 | 128.00 | 144.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 28.00 | 156.00 | 184.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | 6.00 | 46.00 | 52.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.1.3 | 17.00 | 112.00 | 129.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.1.2 | 35.00 | 210.00 | 245.00 | ERROR |
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
Flavors: r-oldrel-macos-arm64, r-oldrel-windows-x86_64
Version: 0.1.3
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