* using log directory 'd:/Rcompile/CRANpkg/local/4.4/psycModel.Rcheck' * using R version 4.4.2 (2024-10-31 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'psycModel/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'psycModel' version '0.5.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'psycModel' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [8s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [28s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [23s] ERROR Running 'testthat.R' [23s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(psycModel) > > test_check("psycModel") Loading required namespace: gridExtra Loading required namespace: qqplotr Loading required namespace: see [ FAIL 5 | WARN 2 | SKIP 0 | PASS 47 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-integrated-model-summary.R:2:3'): lm_model_summary: lm model ─── Error: `check_model()` returned following error: Following variable(s) were not found: Component Possibly misspelled? If the error message does not help identifying your problem, another reason why `check_model()` failed might be that models of class `lm` are not yet supported. Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-integrated-model-summary.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─psycModel::lm_model_summary(...) 4. └─psycModel::model_summary(...) 5. └─base::tryCatch(...) 6. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 7. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 8. └─value[[3L]](cond) ── Error ('test-integrated-multilevel-model-summary.R:2:3'): lme_multilevel_model_summary: lme4 model ── Error: `check_model()` returned following error: Following variable(s) were not found: Component Possibly misspelled? If the error message does not help identifying your problem, another reason why `check_model()` failed might be that models of class `lmerMod` are not yet supported. Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-integrated-multilevel-model-summary.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─psycModel::lme_multilevel_model_summary(...) 4. └─psycModel::model_summary(...) 5. └─base::tryCatch(...) 6. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 7. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 8. └─value[[3L]](cond) ── Error ('test-model-summary.R:9:3'): model_summary: lm model ───────────────── Error: `check_model()` returned following error: Following variable(s) were not found: Component Possibly misspelled? If the error message does not help identifying your problem, another reason why `check_model()` failed might be that models of class `lm` are not yet supported. Backtrace: ▆ 1. └─psycModel::model_summary(...) at test-model-summary.R:9:3 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 ('test-model-summary.R:82:3'): model_summary: lmerTest model ────────── Error: `check_model()` returned following error: Following variable(s) were not found: Component Possibly misspelled? If the error message does not help identifying your problem, another reason why `check_model()` failed might be that models of class `lmerModLmerTest` are not yet supported. Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-model-summary.R:82:3 2. │ └─base::withCallingHandlers(...) 3. └─psycModel::model_summary(...) 4. └─base::tryCatch(...) 5. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 7. └─value[[3L]](cond) ── Error ('test-model-summary.R:102:3'): model_summary: lme4 model ───────────── Error: `check_model()` returned following error: Following variable(s) were not found: Component Possibly misspelled? If the error message does not help identifying your problem, another reason why `check_model()` failed might be that models of class `lmerMod` are not yet supported. Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-model-summary.R:102:3 2. │ └─base::withCallingHandlers(...) 3. └─psycModel::model_summary(...) 4. └─base::tryCatch(...) 5. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 7. └─value[[3L]](cond) [ FAIL 5 | WARN 2 | SKIP 0 | PASS 47 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [7s] ERROR Error(s) in re-building vignettes: --- re-building 'brief-introduction-to-select-syntax.Rmd' using rmarkdown --- finished re-building 'brief-introduction-to-select-syntax.Rmd' --- re-building 'quick-introduction.Rmd' using rmarkdown Quitting from lines 50-61 [unnamed-chunk-2] (quick-introduction.Rmd) Error: processing vignette 'quick-introduction.Rmd' failed with diagnostics: `check_model()` returned following error: Following variable(s) were not found: Component Possibly misspelled? If the error message does not help identifying your problem, another reason why `check_model()` failed might be that models of class `lm` are not yet supported. --- failed re-building 'quick-introduction.Rmd' SUMMARY: processing the following file failed: 'quick-introduction.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [22s] OK * checking HTML version of manual ... [7s] OK * DONE Status: 2 ERRORs