Last updated on 2026-02-03 19:51:27 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.2 | 10.82 | 75.85 | 86.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.2 | 7.02 | 50.82 | 57.84 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.2 | 19.00 | 110.15 | 129.15 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 18.00 | 103.41 | 121.41 | ERROR | |
| r-devel-windows-x86_64 | 1.2.2 | 12.00 | 78.00 | 90.00 | OK | |
| r-patched-linux-x86_64 | 1.2.2 | 11.30 | 65.04 | 76.34 | OK | |
| r-release-linux-x86_64 | 1.2.2 | 9.02 | 66.03 | 75.05 | OK | |
| r-release-macos-arm64 | 1.2.2 | OK | ||||
| r-release-macos-x86_64 | 1.2.2 | 6.00 | 61.00 | 67.00 | OK | |
| r-release-windows-x86_64 | 1.2.2 | 13.00 | 79.00 | 92.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.2 | 7.00 | 61.00 | 68.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.2 | 17.00 | 105.00 | 122.00 | OK |
Version: 1.2.2
Check: examples
Result: ERROR
Running examples in ‘mixtur-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot_error
> ### Title: Plot response error of behavioural data relative to target
> ### values.
> ### Aliases: plot_error
>
> ### ** Examples
>
> plot_error(bays2009_full,
+ unit = "radians",
+ set_size_var = "set_size")
Error in `summarise()`:
ℹ In argument: `y = hist(.data$error, breaks = break_points, plot =
FALSE)$density`.
ℹ In group 1: `id = 1`, `set_size = 1`.
Caused by error:
! `y` must be size 1, not 17.
ℹ To return more or less than 1 row per group, use `reframe()`.
Backtrace:
▆
1. ├─mixtur::plot_error(bays2009_full, unit = "radians", set_size_var = "set_size")
2. │ └─... %>% ...
3. ├─dplyr::summarise(., mean_error = mean(.data$y), se_error = (sd(.data$y)/sqrt(length(.data$y))))
4. ├─dplyr::group_by(., .data$set_size, .data$x)
5. ├─dplyr::summarise(...)
6. ├─dplyr:::summarise.grouped_df(...)
7. │ └─dplyr:::summarise_cols(.data, dplyr_quosures(...), by, "summarise")
8. │ └─base::withCallingHandlers(...)
9. ├─dplyr:::dplyr_internal_error(...)
10. │ └─rlang::abort(class = c(class, "dplyr:::internal_error"), dplyr_error_data = data)
11. │ └─rlang:::signal_abort(cnd, .file)
12. │ └─base::signalCondition(cnd)
13. └─dplyr (local) `<fn>`(`<dpl:::__>`)
14. └─dplyr (local) handler(cnd)
15. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc