Last updated on 2026-02-03 14:51:27 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.9.5 | 9.56 | 108.25 | 117.81 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.9.5 | 6.65 | 75.43 | 82.08 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.9.5 | 17.00 | 154.58 | 171.58 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.9.5 | 17.00 | 160.69 | 177.69 | ERROR | |
| r-devel-windows-x86_64 | 1.9.5 | 14.00 | 117.00 | 131.00 | OK | |
| r-patched-linux-x86_64 | 1.9.5 | 10.21 | 98.62 | 108.83 | OK | |
| r-release-linux-x86_64 | 1.9.5 | 9.70 | 98.36 | 108.06 | OK | |
| r-release-macos-arm64 | 1.9.5 | OK | ||||
| r-release-macos-x86_64 | 1.9.5 | 6.00 | 87.00 | 93.00 | OK | |
| r-release-windows-x86_64 | 1.9.5 | 14.00 | 114.00 | 128.00 | OK | |
| r-oldrel-macos-arm64 | 1.9.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.9.5 | 6.00 | 66.00 | 72.00 | OK | |
| r-oldrel-windows-x86_64 | 1.9.5 | 18.00 | 146.00 | 164.00 | OK |
Version: 1.9.5
Check: examples
Result: ERROR
Running examples in ‘funModeling-Ex.R’ failed
The error most likely occurred in:
> ### Name: categ_analysis
> ### Title: Profiling analysis of categorical vs. target variable
> ### Aliases: categ_analysis
>
> ### ** Examples
>
> categ_analysis(data_country, "country", "has_flu")
Error:
! `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `summarise()` instead.
Backtrace:
▆
1. ├─funModeling::categ_analysis(data_country, "country", "has_flu")
2. │ └─funModeling:::categ_analysis_logic(...)
3. │ └─... %>% arrange(-mean_target)
4. ├─dplyr::arrange(., -mean_target)
5. └─dplyr::summarise_(...)
6. └─dplyr:::lazy_defunct("summarise", hint = FALSE)
7. └─lifecycle::deprecate_stop(...)
8. └─lifecycle:::deprecate_stop0(msg)
9. └─rlang::cnd_signal(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.9.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘funModeling_quickstart.Rmd’ using rmarkdown
Quitting from funModeling_quickstart.Rmd:222-224 [density_histogram]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/lifecycle_error_deprecated>
Error:
! `summarise_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `summarise()` instead.
---
Backtrace:
▆
1. ├─funModeling::plotar(...)
2. │ └─funModeling:::get_target_plot(data, input[i], target, plot_type)
3. │ └─funModeling:::histdens_target(data, input, target)
4. │ └─group_by_(data, target) %>% ...
5. └─dplyr::summarise_(., var.mean = interp(~mean(v, na.rm = T), v = as.name(input)))
6. └─dplyr:::lazy_defunct("summarise", hint = FALSE)
7. └─lifecycle::deprecate_stop(...)
8. └─lifecycle:::deprecate_stop0(msg)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'funModeling_quickstart.Rmd' failed with diagnostics:
`summarise_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `summarise()` instead.
--- failed re-building ‘funModeling_quickstart.Rmd’
SUMMARY: processing the following file failed:
‘funModeling_quickstart.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc