Last updated on 2026-01-20 11:51:06 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.11 | 12.08 | 253.40 | 265.48 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.11 | 7.40 | 165.48 | 172.88 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.11 | 21.00 | 491.46 | 512.46 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.11 | 22.00 | 535.81 | 557.81 | OK | |
| r-devel-windows-x86_64 | 1.0.11 | 22.00 | 465.00 | 487.00 | OK | |
| r-patched-linux-x86_64 | 1.0.11 | 23.49 | 280.41 | 303.90 | OK | |
| r-release-linux-x86_64 | 1.0.11 | 9.89 | 281.10 | 290.99 | OK | |
| r-release-macos-arm64 | 1.0.11 | 3.00 | 86.00 | 89.00 | OK | |
| r-release-macos-x86_64 | 1.0.11 | 9.00 | 318.00 | 327.00 | OK | |
| r-release-windows-x86_64 | 1.0.11 | 21.00 | 431.00 | 452.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.11 | 3.00 | 91.00 | 94.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.11 | 9.00 | 334.00 | 343.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.11 | 22.00 | 556.00 | 578.00 | OK |
Version: 1.0.11
Check: examples
Result: ERROR
Running examples in ‘broom-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: summary_tidiers
> ### Title: (Deprecated) Tidy summaryDefault objects
> ### Aliases: summary_tidiers tidy.summaryDefault glance.summaryDefault
>
> ### ** Examples
>
>
> v <- rnorm(1000)
> s <- summary(v)
> s
Min. 1st Qu. Median Mean 3rd Qu. Max.
-3.00805 -0.69737 -0.03532 -0.01165 0.68843 3.81028
>
> tidy(s)
Warning in tidy.summaryDefault(s) :
`tidy.summaryDefault()` is deprecated. Please use `skimr::skim()` instead.
# A tibble: 1 × 6
minimum q1 median mean q3 maximum
<dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
1 -3.01 -0.697 -0.0353 -0.0116 0.688 3.81
> glance(s)
Warning in glance.summaryDefault(s) :
`tidy.summaryDefault()` is deprecated. Please use `skimr::skim()` instead.
# A tibble: 1 × 6
minimum q1 median mean q3 maximum
<dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
1 -3.01 -0.697 -0.0353 -0.0116 0.688 3.81
>
> v2 <- c(v,NA)
> tidy(summary(v2))
Warning in tidy.summaryDefault(summary(v2)) :
`tidy.summaryDefault()` is deprecated. Please use `skimr::skim()` instead.
Error in `purrr::set_names()`:
! The size of `nm` (6) must be compatible with the size of `x` (7).
Backtrace:
▆
1. ├─generics::tidy(summary(v2))
2. ├─broom:::tidy.summaryDefault(summary(v2))
3. │ ├─tibble::as_tibble(purrr::set_names(ret, cnms))
4. │ └─purrr::set_names(ret, cnms)
5. └─rlang::abort(message = message)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
augment.poLCA 4.857 0.086 6.458
glance.poLCA 4.555 0.028 5.253
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.11
Check: examples
Result: ERROR
Running examples in ‘broom-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: summary_tidiers
> ### Title: (Deprecated) Tidy summaryDefault objects
> ### Aliases: summary_tidiers tidy.summaryDefault glance.summaryDefault
>
> ### ** Examples
>
>
> v <- rnorm(1000)
> s <- summary(v)
> s
Min. 1st Qu. Median Mean 3rd Qu. Max.
-3.00805 -0.69737 -0.03532 -0.01165 0.68843 3.81028
>
> tidy(s)
Warning in tidy.summaryDefault(s) :
`tidy.summaryDefault()` is deprecated. Please use `skimr::skim()` instead.
# A tibble: 1 × 6
minimum q1 median mean q3 maximum
<dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
1 -3.01 -0.697 -0.0353 -0.0116 0.688 3.81
> glance(s)
Warning in glance.summaryDefault(s) :
`tidy.summaryDefault()` is deprecated. Please use `skimr::skim()` instead.
# A tibble: 1 × 6
minimum q1 median mean q3 maximum
<dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
1 -3.01 -0.697 -0.0353 -0.0116 0.688 3.81
>
> v2 <- c(v,NA)
> tidy(summary(v2))
Warning in tidy.summaryDefault(summary(v2)) :
`tidy.summaryDefault()` is deprecated. Please use `skimr::skim()` instead.
Error in `purrr::set_names()`:
! The size of `nm` (6) must be compatible with the size of `x` (7).
Backtrace:
▆
1. ├─generics::tidy(summary(v2))
2. ├─broom:::tidy.summaryDefault(summary(v2))
3. │ ├─tibble::as_tibble(purrr::set_names(ret, cnms))
4. │ └─purrr::set_names(ret, cnms)
5. └─rlang::abort(message = message)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.