Last updated on 2026-02-03 14:51:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.5.1 | 7.65 | 196.88 | 204.53 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.5.1 | 6.09 | 129.76 | 135.85 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.5.1 | 14.00 | 102.28 | 116.28 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.5.1 | 13.00 | 94.24 | 107.24 | ERROR | |
| r-devel-windows-x86_64 | 0.1.5.1 | 10.00 | 185.00 | 195.00 | OK | |
| r-patched-linux-x86_64 | 0.1.5.1 | 8.74 | 185.77 | 194.51 | OK | |
| r-release-linux-x86_64 | 0.1.5.1 | 8.06 | 184.78 | 192.84 | OK | |
| r-release-macos-arm64 | 0.1.5.1 | OK | ||||
| r-release-macos-x86_64 | 0.1.5.1 | 4.00 | 160.00 | 164.00 | OK | |
| r-release-windows-x86_64 | 0.1.5.1 | 11.00 | 181.00 | 192.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.5.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.5.1 | 5.00 | 128.00 | 133.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.5.1 | 17.00 | 245.00 | 262.00 | OK |
Version: 0.1.5.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Linares Daniel <danilinares@gmail.com>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.5.1
Check: examples
Result: ERROR
Running examples in ‘quickpsy-Ex.R’ failed
The error most likely occurred in:
> ### Name: deviance
> ### Title: Calculates the deviances
> ### Aliases: deviance
>
> ### ** Examples
>
> library(MPDiR) # contains the Vernier data
> fit <- quickpsy(Vernier, Phaseshift, NumUpward, N,
+ grouping = .(Direction, WaveForm, TempFreq), B = 20)
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. ├─quickpsy::quickpsy(...)
2. │ └─quickpsy::quickpsy_(...)
3. │ └─quickpsy::fitpsy(...)
4. │ └─d %>% group_by_(.dots = groups)
5. └─dplyr::group_by_(., .dots = groups)
6. └─dplyr:::lazy_defunct("group_by")
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