Last updated on 2025-12-07 07:50:37 CET.
| Package | ERROR | OK |
|---|---|---|
| resquin | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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