Last updated on 2023-11-14 09:09:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 7.87 | 286.62 | 294.49 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 6.44 | 223.50 | 229.94 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 364.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 431.15 | OK | |||
r-devel-windows-x86_64 | 0.5.0 | 8.00 | 219.00 | 227.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 6.83 | 287.21 | 294.04 | OK | |
r-release-linux-x86_64 | 0.5.0 | 7.66 | 283.25 | 290.91 | OK | |
r-release-macos-arm64 | 0.5.0 | 199.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 256.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 10.00 | 283.00 | 293.00 | OK | |
r-oldrel-macos-arm64 | 0.5.0 | 129.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 160.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.0 | 11.00 | 280.00 | 291.00 | OK |
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘ggstats-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ggcoef_model
> ### Title: Plot model coefficients
> ### Aliases: ggcoef_model ggcoef_table ggcoef_compare ggcoef_multinom
> ### ggcoef_multicomponents ggcoef_plot
>
> ### ** Examples
>
> mod <- lm(Sepal.Length ~ Sepal.Width + Species, data = iris)
> ggcoef_model(mod)
Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
conversion failure on 'p ≤ 0.05' in 'mbcsToSbcs': for ≤
Calls: <Anonymous> ... <Anonymous> -> widthDetails -> widthDetails.text -> grid.Call
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang