Last updated on 2026-02-03 14:51:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.7 | 16.18 | 150.59 | 166.77 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.7 | 10.33 | 104.69 | 115.02 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.7 | 31.00 | 230.65 | 261.65 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.7 | 29.00 | 229.62 | 258.62 | ERROR | |
| r-devel-windows-x86_64 | 0.2.7 | 17.00 | 173.00 | 190.00 | OK | |
| r-patched-linux-x86_64 | 0.2.7 | 17.29 | 138.89 | 156.18 | OK | |
| r-release-linux-x86_64 | 0.2.7 | 15.14 | 140.30 | 155.44 | OK | |
| r-release-macos-arm64 | 0.2.7 | OK | ||||
| r-release-macos-x86_64 | 0.2.7 | 8.00 | 133.00 | 141.00 | OK | |
| r-release-windows-x86_64 | 0.2.7 | 18.00 | 167.00 | 185.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.7 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.7 | 9.00 | 97.00 | 106.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.7 | 25.00 | 219.00 | 244.00 | OK |
Version: 0.2.7
Check: examples
Result: ERROR
Running examples in ‘MetaNet-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_group_skeleton
> ### Title: Get skeleton network according to a group
> ### Aliases: get_group_skeleton c_net_skeleton skeleton_plot
>
> ### ** Examples
>
> get_group_skeleton(co_net) -> ske_net
Error:
! `group_by_()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `group_by()` instead.
ℹ See vignette('programming') for more help
Backtrace:
▆
1. ├─MetaNet::get_group_skeleton(co_net)
2. │ ├─base::suppressWarnings(...)
3. │ │ └─base::withCallingHandlers(...)
4. │ └─... %>% .[V(tmp_go)$name, "n"]
5. ├─tibble::column_to_rownames(., Group)
6. │ ├─base::stopifnot(is.data.frame(.data))
7. │ └─base::is.data.frame(.data)
8. ├─dplyr::count(.)
9. └─dplyr::group_by_(., Group)
10. └─dplyr:::lazy_defunct("group_by")
11. └─lifecycle::deprecate_stop(...)
12. └─lifecycle:::deprecate_stop0(msg)
13. └─rlang::cnd_signal(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc