Last updated on 2026-04-24 21:50:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 22.78 | 312.42 | 335.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 18.33 | 255.23 | 273.56 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 40.00 | 391.88 | 431.88 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 45.00 | 570.65 | 615.65 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 21.78 | 327.74 | 349.52 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 25.03 | 306.60 | 331.63 | OK | |
| r-release-macos-arm64 | 1.1.0 | 4.00 | 61.00 | 65.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 10.00 | 309.00 | 319.00 | ERROR | |
| r-release-windows-x86_64 | 1.1.0 | 21.00 | 382.00 | 403.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 8.00 | 381.00 | 389.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 18.00 | 354.00 | 372.00 | OK |
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘flps-Ex.R’ failed
The error most likely occurred in:
> ### Name: makeInpData
> ### Title: Generate a matrix style data for simulation
> ### Aliases: makeInpData
>
> ### ** Examples
>
> sdat <- makeInpData(
+ N = 200, # sample size
+ R2Y = 0.2, # r^2 of outcome
+ R2eta = 0.5, # r^2 of eta by one covariates
+ omega = 0.2, # the effect of eta
+ tau0 = 0.13, # direct effect
+ tau1 = -0.06,# interaction effect between Z and eta
+ betaL = 0.2,
+ betaY = 0.4,
+ lambda = 0.8, # the proportion of administered items
+ nitem = 10, # the total number of items
+ nfac = 1, # the number of latent factors
+ lvmodel = '2pl' )
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘qs2’
Calls: makeInpData ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘flps.Rmd’ using rmarkdown
Quitting from flps.Rmd:61-79 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'qs2'
---
Backtrace:
▆
1. ├─flps::makeInpData(...)
2. │ └─flps:::genMeasurement(sim_info)
3. │ ├─flps:::generateLV(sim_info)
4. │ ├─flps:::generateLV.rasch(sim_info)
5. │ ├─base::NextMethod()
6. │ └─flps:::generateLV.irt(sim_info)
7. │ └─flps:::simIRTdata(...)
8. └─base::loadNamespace(x)
9. ├─base::namespaceImportFrom(...)
10. │ └─base::asNamespace(ns)
11. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
12. ├─base::namespaceImportFrom(...)
13. │ └─base::asNamespace(ns)
14. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base (local) withOneRestart(expr, restarts[[1L]])
17. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'flps.Rmd' failed with diagnostics:
there is no package called 'qs2'
--- failed re-building ‘flps.Rmd’
SUMMARY: processing the following file failed:
‘flps.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64