* using log directory ‘/srv/hornik/tmp/CRAN/equateMultiple.Rcheck’ * using R Under development (unstable) (2024-03-18 r86148) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 17.0.6 (5) Debian flang-new version 17.0.6 (5) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘equateMultiple/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘equateMultiple’ version ‘0.1.3’ * checking CRAN incoming feasibility ... [3s/3s] Note_to_CRAN_maintainers Maintainer: ‘Michela Battauz ’ * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘equateMultiple’ can be installed ... [17s/17s] OK * used C++ compiler: ‘Debian clang version 17.0.6 (5)’ * checking package directory ... OK * checking for future file timestamps ... 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/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 ... [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 ... [10s/10s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [2s/2s] ERROR Running examples in ‘equateMultiple-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: equateMultiple-package > ### Title: Equating of Multiple Forms > ### Aliases: equateMultiple-package equateMultiple > ### Keywords: package > > ### ** Examples > > data(est2pl) > # prepare the data > mods <- modIRT(coef = est2pl$coef, var = est2pl$var, display = FALSE) > # Estimation of the equating coefficients with the multiple mean-mean method > eqMM <- multiec(mods = mods, base = 1, method = "mean-mean") Computation of equating coefficients . . . . Computation of standard errors . . . . > summary(eqMM) Equating coefficients: EQ Form Estimate StdErr A T1 1.00000 0.000000 A T2 0.84051 0.018648 A T3 0.84347 0.021334 A T4 0.83937 0.020694 A T5 1.02343 0.021524 B T1 0.00000 0.000000 B T2 0.10692 0.022427 B T3 0.20236 0.024039 B T4 0.36774 0.024111 B T5 0.50207 0.024026 > > # Estimation of the equating coefficients with the > # multiple mean-geometric mean method (Haberman, 2009) > eqMGM <- multiec(mods = mods, base = 1, method = "mean-gmean") Computation of equating coefficients . . . . Computation of standard errors . . . . > summary(eqMGM) Equating coefficients: EQ Form Estimate StdErr A T1 1.00000 0.000000 A T2 0.83860 0.018695 A T3 0.84045 0.021383 A T4 0.83633 0.020746 A T5 1.02135 0.021591 B T1 0.00000 0.000000 B T2 0.10695 0.022410 B T3 0.20277 0.023938 B T4 0.36764 0.024044 B T5 0.50188 0.024001 > > # Estimation of the equating coefficients with the multiple item response function method > eqIRF <- multiec(mods = mods, base = 1, method = "irf") Computation of equating coefficients . . . . Computation of standard errors . . . . > summary(eqIRF) Equating coefficients: EQ Form Estimate StdErr A T1 1.00000 0.000000 A T2 0.83635 0.018353 A T3 0.83610 0.020919 A T4 0.82919 0.020173 A T5 1.01249 0.021184 B T1 0.00000 0.000000 B T2 0.10802 0.021770 B T3 0.20935 0.023031 B T4 0.37199 0.023090 B T5 0.49709 0.023555 > > # Estimation of the equating coefficients with the multiple item response function method > # using as initial values the estimates obtained with the multiple mean-geometric mean method > eqMGM <- multiec(mods = mods, base = 1, method = "mean-gmean", se = FALSE) Computation of equating coefficients . . . . > eqIRF <- multiec(mods = mods, base = 1, method = "irf", start = eqMGM) Computation of equating coefficients . . . . Computation of standard errors . . . . > summary(eqIRF) Equating coefficients: EQ Form Estimate StdErr A T1 1.00000 0.000000 A T2 0.83635 0.018353 A T3 0.83610 0.020919 A T4 0.82919 0.020173 A T5 1.01249 0.021184 B T1 0.00000 0.000000 B T2 0.10802 0.021770 B T3 0.20935 0.023031 B T4 0.37199 0.023090 B T5 0.49709 0.023555 > > # Estimation of the equating coefficients with the multiple test response function method > eqTRF <- multiec(mods = mods, base = 1, method = "trf") Computation of equating coefficients . . . . Computation of standard errors . . . . > summary(eqTRF) Equating coefficients: EQ Form Estimate StdErr A T1 1.00000 0.000000 A T2 0.83681 0.018421 A T3 0.83744 0.021048 A T4 0.83154 0.020298 A T5 1.01646 0.021209 B T1 0.00000 0.000000 B T2 0.10639 0.021817 B T3 0.20580 0.023118 B T4 0.36873 0.023154 B T5 0.49499 0.023600 > > # scoring using the true score equating method and equating coefficients > # obtained with the multiple item response function method > score(eqIRF) Error in equateIRT:::score_prepare(itmpar[, sel], suff1 = paste(".", t, : unused argument (anchor.type = anchor.type) Calls: score -> score.mlteqc Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [19s/19s] ERROR Error(s) in re-building vignettes: ... --- re-building ‘equateMultiple_tutorial.Rmd’ using rmarkdown Quitting from lines 142-144 [unnamed-chunk-13] (equateMultiple_tutorial.Rmd) Error: processing vignette 'equateMultiple_tutorial.Rmd' failed with diagnostics: unused argument (anchor.type = anchor.type) --- failed re-building ‘equateMultiple_tutorial.Rmd’ SUMMARY: processing the following file failed: ‘equateMultiple_tutorial.Rmd’ Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 ERRORs