* using log directory 'd:/RCompile/CRANincoming/R-devel/irtbem2pl.Rcheck' * using R Under development (unstable) (2026-01-07 r89288 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'irtbem2pl/DESCRIPTION' ... OK * this is package 'irtbem2pl' version '1.0.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Juan Luis legorreta ' New submission Possibly misspelled words in DESCRIPTION: TRI (2:67) Authors@R field gives persons with deprecated or bad elements: Warning in person1(given = given[[i]], family = family[[i]], middle = middle[[i]], : Invalid ORCID iD: 'YOUR-ORCID-ID'. The Title field should be in title case. Current version is: 'Marginalized Bayesian Item Parameter Estimation, 2PL model TRI' In title case that is: 'Marginalized Bayesian Item Parameter Estimation, 2pl Model TRI' * 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 'irtbem2pl' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. Authors@R field gives persons with invalid ORCID identifiers: Juan Luis legorreta [aut, cre] (ORCID: YOUR-ORCID-ID) Author field differs from that derived from Authors@R Author: 'Juan Luis Legorreta [aut, cre]' Authors@R: 'Juan Luis legorreta [aut, cre] (ORCID: YOUR-ORCID-ID), Shaoyang Guo [aut], Chanjin Zheng [aut], Justin L Kern [aut]' Package listed in more than one of Depends, Imports, Suggests, Enhances: 'IRTBEMM' A package should be listed in only one of these fields. * checking top-level files ... NOTE Non-standard file/directory found at top level: 'NOTICE' * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... WARNING Found the following file with non-ASCII characters: R/zzz.R Portable packages must use only ASCII characters in their R code and NAMESPACE directives, except perhaps in comments. Use \uxxxx escapes for other characters. Function 'tools::showNonASCIIfile' can help in finding non-ASCII characters in files. * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... WARNING ¡Hola! Gracias por usar mi librería irtbem2pl. Error: package or namespace load failed for 'irtbem2pl': .onAttach failed in attachNamespace() for 'irtbem2pl', details: call: packageVersion(irtbem2pl) error: could not find function "packageVersion" Execution halted It looks like this package (or one of its dependent packages) has an unstated dependence on a standard package. All dependencies must be declared in DESCRIPTION. See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual. * checking whether the package can be unloaded cleanly ... WARNING Error: package or namespace load failed for 'irtbem2pl': .onAttach failed in attachNamespace() for 'irtbem2pl', details: call: packageVersion(irtbem2pl) error: could not find function "packageVersion" Execution halted * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... NOTE 'library' or 'require' call to 'IRTBEMM' in package code. Please use :: or requireNamespace() instead. See section 'Suggested packages' in the 'Writing R Extensions' manual. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE File 'irtbem2pl/R/zzz.R': .onAttach has wrong argument list 'libname, irtbem2pl' Package startup functions should have two arguments with names starting with 'lib' and 'pkg', respectively. See section 'Good practice' in '?.onAttach'. .onAttach: no visible global function definition for 'packageVersion' LikelihoodInfo2pl: no visible binding for global variable 'Prob.model' irt2pl: no visible global function definition for 'dnorm' irt2pl: no visible binding for global variable 'Prob.model' irt2pl: no visible global function definition for 'pchisq' irtchek2pl: no visible global function definition for 'rbinom' irtchek2pl: no visible global function definition for 'aggregate' irtchek2pl: no visible global function definition for 'cor' irtchek2pl: no visible global function definition for 'qnorm' Undefined global functions or variables: Prob.model aggregate cor dnorm packageVersion pchisq qnorm rbinom Consider adding importFrom("stats", "aggregate", "cor", "dnorm", "pchisq", "qnorm", "rbinom") importFrom("utils", "packageVersion") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... WARNING Missing link(s) in Rd file 'irtbem2pl.Rd': '0.001, 6' '-6, 6' '0.0001, 0.5' Missing link(s) in Rd file 'irtchek2pl.Rd': '0.001, 6' '-6, 6' '0.0001, 0.5' See section 'Cross-references' in the 'Writing R Extensions' manual. Found the following Rd file(s) with Rd \link{} targets missing package anchors: LikelihoodInfo2pl.Rd: Input.Checking, BEMM.3PL, BEMM.1PLG, Prob.model irtbem2pl.Rd: 0.001, 6, -6, 6, 0.0001, 0.5, Input.Checking, BEMM.3PL, BEMM.1PLG, Prob.model irtchek2pl.Rd: 0.001, 6, -6, 6, 0.0001, 0.5, Input.Checking, BEMM.3PL, BEMM.1PLG, Prob.model Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * checking for missing documentation entries ... WARNING Undocumented code objects: 'irt2pl' Undocumented data sets: 'dat01' All user-level objects in a package should have documentation entries. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... WARNING Undocumented arguments in Rd file 'LikelihoodInfo2pl.Rd' 'data.simple' Documented arguments not in \usage in Rd file 'LikelihoodInfo2pl.Rd': 'data.siple' Undocumented arguments in Rd file 'irtchek2pl.Rd' 'PriorS' Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... WARNING Files not of a type allowed in a 'data' directory: 'DESCRIPTION' Please use e.g. 'inst/extdata' for non-R data files * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [33s] NOTE Examples with CPU (user + system) or elapsed time > 10s user system elapsed irtbem2pl 26.97 5.28 32.25 * checking PDF version of manual ... [10s] WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! LaTeX Error: Unicode character ∣ (U+2223) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character θ (U+03B8) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character − (U+2212) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character ∗ (U+2217) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character ∗ (U+2217) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character θ (U+03B8) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character − (U+2212) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character ∣ (U+2223) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character θ (U+03B8) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character − (U+2212) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character ∗ (U+2217) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character ∗ (U+2217) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character θ (U+03B8) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ! LaTeX Error: Unicode character − (U+2212) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. * checking PDF version of manual without index ... ERROR * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 8 WARNINGs, 6 NOTEs