Last updated on 2026-01-29 09:49:42 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 41.00 | 278.08 | 319.08 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 41.00 | 255.96 | 296.96 | OK | |
| r-release-macos-arm64 | 0.1.0 | 6.00 | 40.00 | 46.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 16.00 | 155.00 | 171.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 6.00 | 43.00 | 49.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.1.0 | 16.00 | 97.00 | 113.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-macos-x86_64