Last updated on 2025-03-20 06:54:20 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
boot.pval | 1 | 14 | |
ivo.table | 7 | 8 |
Current CRAN status: ERROR: 1, OK: 14
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in ‘boot.pval-Ex.R’ failed
The error most likely occurred in:
> ### Name: summary_to_flextable
> ### Title: Convert Bootstrap Summary Tables to flextable Objects
> ### Aliases: summary_to_flextable
>
> ### ** Examples
>
> # Bootstrap summary of a linear model for mtcars:
> model <- lm(mpg ~ hp + vs, data = mtcars)
> boot_summary(model, R = 99) |> summary_to_flextable()
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘systemfonts’
Calls: summary_to_flextable ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-oldrel-macos-arm64
Current CRAN status: NOTE: 7, OK: 8
Version: 0.6
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘ivo_flextable_theme.Rd’ ‘ivo_table.Rd’ ‘ivo_table_add_mask.Rd’
‘ivo_table_masked.Rd’ ‘ivo_tables.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.6
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘ivo_tables.R’
Flavor: r-devel-macos-x86_64