Last updated on 2026-04-26 03:50:20 CEST.
| Package | ERROR | OK |
|---|---|---|
| modsem | 12 | |
| plssem | 1 | 11 |
Current CRAN status: OK: 12
Current CRAN status: ERROR: 1, OK: 11
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘plssem-Ex.R’ failed
The error most likely occurred in:
> ### Name: oneIntOrdered
> ### Title: oneIntOrdered
> ### Aliases: oneIntOrdered
>
> ### ** Examples
>
>
> m <- '
+ X =~ x1 + x2 + x3
+ Z =~ z1 + z2 + z3
+ Y =~ y1 + y2 + y3
+
+ Y ~ X + Z + X:Z
+ '
>
> fit <- pls(m, oneIntOrdered)
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘qs2’
Calls: pls ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘categorical-models.Rmd’ using rmarkdown
--- finished re-building ‘categorical-models.Rmd’
--- re-building ‘interaction-models.Rmd’ using rmarkdown
Quitting from interaction-models.Rmd:49-58 [interaction-ordered]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'qs2'
---
Backtrace:
▆
1. ├─plssem::pls(...)
2. │ └─plssem:::estimatePLS(model = model)
3. │ └─plssem:::estimatePLS_Outer(estimatePLS_Inner(model), ...)
4. │ └─plssem:::mcpls(model, ...)
5. │ └─plssem:::robbinsMonro1951(...)
6. │ └─base::do.call(SimDesign::RobbinsMonro, args)
7. └─base::loadNamespace(x)
8. ├─base::namespaceImportFrom(...)
9. │ └─base::asNamespace(ns)
10. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
12. └─base (local) withOneRestart(expr, restarts[[1L]])
13. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'interaction-models.Rmd' failed with diagnostics:
there is no package called 'qs2'
--- failed re-building ‘interaction-models.Rmd’
--- re-building ‘linear-models.Rmd’ using rmarkdown
--- finished re-building ‘linear-models.Rmd’
--- re-building ‘multilevel-models.Rmd’ using rmarkdown
--- finished re-building ‘multilevel-models.Rmd’
SUMMARY: processing the following file failed:
‘interaction-models.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64