Last updated on 2026-04-25 01:51:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | 3.81 | 210.41 | 214.22 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 2.74 | 139.13 | 141.87 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 7.00 | 355.39 | 362.39 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 7.00 | 396.25 | 403.25 | NOTE | |
| r-patched-linux-x86_64 | 1.0.3 | 3.52 | 195.97 | 199.49 | NOTE | |
| r-release-linux-x86_64 | 1.0.3 | 3.64 | 192.77 | 196.41 | NOTE | |
| r-release-macos-arm64 | 1.0.3 | 1.00 | 57.00 | 58.00 | NOTE | |
| r-release-macos-x86_64 | 1.0.3 | 3.00 | 68.00 | 71.00 | ERROR | |
| r-release-windows-x86_64 | 1.0.3 | 7.00 | 259.00 | 266.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.3 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.0.3 | 3.00 | 223.00 | 226.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.3 | 8.00 | 267.00 | 275.00 | NOTE |
Version: 1.0.3
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘calc.pvalues.R’ ‘helper.R’ ‘hypothesis_templates.R’ ‘irtpwr.R’
‘mml.fit.R’ ‘setup.data.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.0.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘adding_hypotheses.Rmd’ using rmarkdown
Quitting from adding_hypotheses.Rmd:185-194 [unnamed-chunk-7]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'qs2'
---
Backtrace:
▆
1. ├─irtpwr::setup.hypothesis(type = h_2PL_basic, altpars = altpars)
2. │ └─type$res(altpars = altpars, nullpars = nullpars)
3. └─base::loadNamespace(x)
4. ├─base::namespaceImportFrom(...)
5. │ └─base::asNamespace(ns)
6. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
11. └─base (local) withOneRestart(expr, restarts[[1L]])
12. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'adding_hypotheses.Rmd' failed with diagnostics:
there is no package called 'qs2'
--- failed re-building ‘adding_hypotheses.Rmd’
--- re-building ‘demo.Rmd’ using rmarkdown
Quitting from demo.Rmd:43-46 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! package or namespace load failed for 'mirt' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'qs2'
---
Backtrace:
▆
1. └─base::library(mirt)
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'demo.Rmd' failed with diagnostics:
package or namespace load failed for 'mirt' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'qs2'
--- failed re-building ‘demo.Rmd’
--- re-building ‘hypothesis_templates.Rmd’ using rmarkdown
--- finished re-building ‘hypothesis_templates.Rmd’
--- re-building ‘power_analysis.Rmd’ using rmarkdown
Quitting from power_analysis.Rmd:84-90 [Rasch vs 2PL setup.hypothesis a priori]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'qs2'
---
Backtrace:
▆
1. ├─irtpwr::setup.hypothesis(type = "1PLvs2PL", altpars = altpars)
2. │ └─type$res(altpars = altpars, nullpars = nullpars)
3. └─base::loadNamespace(x)
4. ├─base::namespaceImportFrom(...)
5. │ └─base::asNamespace(ns)
6. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
7. ├─base::namespaceImportFrom(...)
8. │ └─base::asNamespace(ns)
9. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
11. └─base (local) withOneRestart(expr, restarts[[1L]])
12. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'power_analysis.Rmd' failed with diagnostics:
there is no package called 'qs2'
--- failed re-building ‘power_analysis.Rmd’
SUMMARY: processing the following files failed:
‘adding_hypotheses.Rmd’ ‘demo.Rmd’ ‘power_analysis.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64