CRAN Package Check Results for Package plssem

Last updated on 2026-04-26 02:49:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 6.33 335.53 341.86 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 4.41 250.04 254.45 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 12.00 570.59 582.59 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 14.00 616.31 630.31 OK
r-patched-linux-x86_64 0.1.0 4.44 323.42 327.86 OK
r-release-linux-x86_64 0.1.0 5.14 323.11 328.25 OK
r-release-macos-arm64 0.1.0 1.00 111.00 112.00 OK
r-release-macos-x86_64 0.1.0 4.00 286.00 290.00 ERROR
r-release-windows-x86_64 0.1.0 8.00 416.00 424.00 OK
r-oldrel-macos-arm64 0.1.0 1.00 113.00 114.00 OK
r-oldrel-macos-x86_64 0.1.0 4.00 418.00 422.00 OK
r-oldrel-windows-x86_64 0.1.0 14.00 491.00 505.00 OK

Check Details

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