Last updated on 2026-03-31 04:50:34 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| biomartr | 14 | ||
| myTAI | 1 | 3 | 10 |
| philentropy | 14 |
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, NOTE: 3, OK: 10
Version: 2.3.5
Check: examples
Result: ERROR
Running examples in 'myTAI-Ex.R' failed
The error most likely occurred in:
> ### Name: diagnose_test_robustness
> ### Title: Diagnose Test Robustness
> ### Aliases: diagnose_test_robustness
>
> ### ** Examples
>
> # Diagnose flatline test robustness
> p <- example_phyex_set
> robustness <- diagnose_test_robustness(stat_flatline_test,
+ p |> select_genes(p@gene_ids[1:30]),
+ sample_sizes=c(10,20),
+ plot_result=FALSE,
+ num_reps=2)
Computing: [========================================] 100% (done)
Warning in dgamma(c(0.0139222951622448, 0.0139222951622448, 0.0139222951622448, :
NaNs produced
Error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `if (ks_result$p.value > max_p_fit_v) ...`:
! missing value where TRUE/FALSE needed
Backtrace:
▆
1. ├─myTAI::diagnose_test_robustness(...)
2. │ ├─purrr::map_dbl(...)
3. │ │ └─purrr:::map_("double", .x, .f, ..., .progress = .progress)
4. │ │ └─purrr:::vctrs_vec_compat(.x, .purrr_user_env)
5. │ └─purrr::map(rep(sample_sizes, each = num_reps), f)
6. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
7. │ ├─purrr:::with_indexed_errors(...)
8. │ │ └─base::withCallingHandlers(...)
9. │ ├─purrr:::call_with_cleanup(...)
10. │ └─myTAI (local) .f(.x[[i]], ...)
11. │ └─myTAI (local) test(phyex_set, custom_null_txis = null_txis, ..., plot_result = FALSE)
12. │ └─myTAI:::stat_generic_conservation_test(...)
13. │ └─fitting_dist@fitting_function(null_sample)
14. └─base::.handleSimpleError(...)
15. └─purrr (local) h(simpleError(msg, call))
16. └─cli::cli_abort(...)
17. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 2.3.5
Check: installed package size
Result: NOTE
installed size is 11.0Mb
sub-directories of 1Mb or more:
doc 6.1Mb
libs 3.4Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 14