CRAN Package Check Results for Maintainer ‘Sooyong Lee <sooyongl09 at gmail.com>’

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

Package ERROR OK
flps 1 11
GRShiny 12

Package flps

Current CRAN status: ERROR: 1, OK: 11

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

Package GRShiny

Current CRAN status: OK: 12