Last updated on 2025-12-06 00:48:57 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.21 | 43.11 | 45.32 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.78 | 18.40 | 20.18 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 70.45 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 78.65 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 4.00 | 59.00 | 63.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 2.14 | 38.48 | 40.62 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 2.22 | 39.36 | 41.58 | OK | |
| r-release-macos-arm64 | 0.1.1 | OK | ||||
| r-release-macos-x86_64 | 0.1.1 | 2.00 | 70.00 | 72.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 5.00 | 58.00 | 63.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 2.00 | 61.00 | 63.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 5.00 | 69.00 | 74.00 | OK |
Version: 0.1.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘resquin-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: flag_resp
> ### Title: Flag respondents based on response quality indicators
> ### Aliases: flag_resp
>
> ### ** Examples
>
> res_dist_indicators <- resp_distributions(nep) # Create indicator data frame
>
> flagged_respondents <- flag_resp(res_dist_indicators,
+ ii_mean > 3, # Flagging strategy 1
+ ii_sd < 2, # Flagging strategy 2
+ ii_mean > 3 & ii_sd > 2) # Flagging strategy 3
> flagged_respondents # A data frame with three columns, each corresponding to one flagging strategy
# A data frame: 1,222 × 4
id `ii_mean > 3` `ii_sd < 2` `ii_mean > 3 & ii_sd > 2`
<int> <lgl> <lgl> <lgl>
1 1 TRUE TRUE FALSE
2 2 TRUE TRUE FALSE
3 3 FALSE TRUE FALSE
4 4 TRUE TRUE FALSE
5 5 TRUE TRUE FALSE
6 6 NA NA NA
7 7 TRUE TRUE FALSE
8 8 TRUE TRUE FALSE
9 9 TRUE TRUE FALSE
10 10 TRUE TRUE FALSE
# ℹ 1,212 more rows
> summary(flagged_respondents) # quickly compare flagging strategies
── Number of respondents flagged (Total N: 1222)
ii_mean > 3 ii_sd < 2 ii_mean > 3 & ii_sd > 2
832 934 2
── Agreement between flagging strategies
Error in loadNamespace(x) : there is no package called ‘knitr’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc