* using log directory ‘/srv/hornik/tmp/CRAN_pretest/semTools.Rcheck’ * using R Under development (unstable) (2025-02-12 r87715) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.6 (1+b1) Debian flang-new version 19.1.6 (1+b1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘semTools/DESCRIPTION’ ... OK * this is package ‘semTools’ version ‘0.5-7’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [5s/13s] NOTE Maintainer: ‘Terrence D. Jorgensen ’ Suggests or Enhances not in mainstream repositories: lavaan.mi Problems when reading CITATION file: partial match of 'Date' to 'Date/Publication' * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: ‘lavaan.mi’ * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘semTools’ can be installed ... [13s/13s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE Author field differs from that derived from Authors@R Author: ‘Terrence D. Jorgensen [aut, cre] (), Sunthud Pornprasertmanit [aut], Alexander M. Schoemann [aut] (), Yves Rosseel [aut] (), Patrick Miller [ctb], Corbin Quick [ctb], Mauricio Garnier-Villarreal [ctb] (), James Selig [ctb], Aaron Boulton [ctb], Kristopher Preacher [ctb], Donna Coffman [ctb], Mijke Rhemtulla [ctb] (), Alexander Robitzsch [ctb] (), Craig Enders [ctb], Ruben Arslan [ctb] (), Bell Clinton [ctb], Pavel Panko [ctb], Edgar Merkle [ctb] (), Steven Chesnut [ctb], Jarrett Byrnes [ctb], Jason D. Rights [ctb], Ylenio Longo [ctb] (efa.ekc, htmt), Maxwell Mansolf [ctb] (, lavTestScore.mi), Mattan S. Ben-Shachar [ctb] (, emmeans), Mikko Rönkkö [ctb] (, discriminantValidity), Andrew R. Johnson [ctb] (, lrv2ord), Leonard Vanbrabant [ctb] (goricaSEM)’ Authors@R: ‘Terrence D. Jorgensen [aut, cre] (ORCID: ), Sunthud Pornprasertmanit [aut], Alexander M. Schoemann [aut] (ORCID: ), Yves Rosseel [aut] (ORCID: ), Patrick Miller [ctb], Corbin Quick [ctb], Mauricio Garnier-Villarreal [ctb] (ORCID: ), James Selig [ctb], Aaron Boulton [ctb], Kristopher Preacher [ctb], Donna Coffman [ctb], Mijke Rhemtulla [ctb] (ORCID: ), Alexander Robitzsch [ctb] (ORCID: ), Craig Enders [ctb], Ruben Arslan [ctb] (ORCID: ), Bell Clinton [ctb], Pavel Panko [ctb], Edgar Merkle [ctb] (ORCID: ), Steven Chesnut [ctb], Jarrett Byrnes [ctb], Jason D. Rights [ctb], Ylenio Longo [ctb] (func1: efa.ekc, func2: htmt), Maxwell Mansolf [ctb] (ORCID: , func: lavTestScore.mi), Mattan S. Ben-Shachar [ctb] (ORCID: , func: emmeans), Mikko Rönkkö [ctb] (ORCID: , func: discriminantValidity), Andrew R. Johnson [ctb] (ORCID: , func: lrv2ord), Leonard Vanbrabant [ctb] (func: goricaSEM)’ * 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/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking whether startup messages can be suppressed ... [1s/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 ... [36s/36s] OK * checking Rd files ... [1s/1s] NOTE checkRd: (-1) monteCarloCI.Rd:106-108: Lost braces in \itemize; meant \describe ? checkRd: (-1) monteCarloCI.Rd:109-110: Lost braces in \itemize; meant \describe ? checkRd: (-1) monteCarloCI.Rd:111-112: Lost braces in \itemize; meant \describe ? * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... NOTE Unknown package ‘lavaan.mi’ in Rd xrefs * 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/0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking sizes of PDF files under ‘inst/doc’ ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [2s/2s] ERROR Running examples in ‘semTools-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: FitDiff-class > ### Title: Class For Representing A Template of Model Fit Comparisons > ### Aliases: FitDiff-class show,FitDiff-method summary,FitDiff-method > > ### ** Examples > > > HS.model <- ' visual =~ x1 + x2 + x3 + textual =~ x4 + x5 + x6 + speed =~ x7 + x8 + x9 ' > fit.config <- cfa(HS.model, data = HolzingerSwineford1939, group = "school") > ## invariance constraints > fit.metric <- cfa(HS.model, data = HolzingerSwineford1939, group = "school", + group.equal = "loadings") > fit.scalar <- cfa(HS.model, data = HolzingerSwineford1939, group = "school", + group.equal = c("loadings","intercepts")) > fit.strict <- cfa(HS.model, data = HolzingerSwineford1939, group = "school", + group.equal = c("loadings","intercepts","residuals")) > measEqOut <- compareFit(fit.config, fit.metric, fit.scalar, fit.strict) Error in loadNamespace(x) : there is no package called ‘lavaan.mi’ Calls: compareFit ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [3s/3s] OK * checking PDF version of manual ... [7s/7s] OK * checking HTML version of manual ... [4s/4s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 4 NOTEs