CRAN Package Check Results for Package sirt

Last updated on 2026-04-25 13:50:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.2-133 312.96 385.42 698.38 OK
r-devel-linux-x86_64-debian-gcc 4.2-133 181.03 262.10 443.13 OK
r-devel-linux-x86_64-fedora-clang 4.2-133 420.00 689.83 1109.83 OK
r-devel-linux-x86_64-fedora-gcc 4.2-133 600.00 639.25 1239.25 OK
r-patched-linux-x86_64 4.2-133 258.33 336.08 594.41 OK
r-release-linux-x86_64 4.2-133 207.77 315.81 523.58 OK
r-release-macos-arm64 4.2-133 51.00 38.00 89.00 OK
r-release-macos-x86_64 4.2-133 144.00 202.00 346.00 ERROR
r-release-windows-x86_64 4.2-133 336.00 379.00 715.00 OK
r-oldrel-macos-arm64 4.2-133 OK
r-oldrel-macos-x86_64 4.2-133 162.00 642.00 804.00 OK
r-oldrel-windows-x86_64 4.2-133 265.00 365.00 630.00 OK

Check Details

Version: 4.2-133
Check: compiled code
Result: NOTE File ‘sirt/libs/sirt.so’: Found non-API call to R: ‘R_UnboundValue’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavor: r-release-macos-x86_64

Version: 4.2-133
Check: examples
Result: ERROR Running examples in ‘sirt-Ex.R’ failed The error most likely occurred in: > ### Name: brm-Methods > ### Title: Functions for the Beta Item Response Model > ### Aliases: brm.sim brm.irf > > ### ** Examples > > ############################################################################# > # EXAMPLE 1: Simulated data beta response model > ############################################################################# > > #*** (1) Simulation of the beta response model > # Table 3 (p. 65) of Noel and Dauvier (2007) > delta <- c( -.942, -.649, -.603, -.398, -.379, .523, .649, .781, .907 ) > tau <- c( .382, .166, 1.799, .615, 2.092, 1.988, 1.899, 1.439, 1.057 ) > K <- 5 # number of categories for discretization > N <- 500 # number of persons > I <- length(delta) # number of items > > set.seed(865) > theta <- stats::rnorm( N ) > dat <- sirt::brm.sim( theta=theta, delta=delta, tau=tau, K=K) > psych::describe(dat) vars n mean sd median trimmed mad min max range skew kurtosis se I1 1 500 2.85 1.33 3 3.05 1.48 0 4 4 -0.86 -0.54 0.06 I2 2 500 2.55 1.46 3 2.68 1.48 0 4 4 -0.54 -1.10 0.07 I3 3 500 2.58 1.31 3 2.71 1.48 0 4 4 -0.50 -0.95 0.06 I4 4 500 2.41 1.43 3 2.52 1.48 0 4 4 -0.35 -1.26 0.06 I5 5 500 2.45 1.31 3 2.56 1.48 0 4 4 -0.38 -1.00 0.06 I6 6 500 1.49 1.31 1 1.38 1.48 0 4 4 0.44 -0.99 0.06 I7 7 500 1.31 1.25 1 1.19 1.48 0 4 4 0.56 -0.77 0.06 I8 8 500 1.26 1.29 1 1.11 1.48 0 4 4 0.64 -0.79 0.06 I9 9 500 1.25 1.35 1 1.08 1.48 0 4 4 0.72 -0.79 0.06 > > #*** (2) some preliminaries for estimation of the model in mirt > #*** define a mirt function > library(mirt) Loading required package: stats4 Loading required package: lattice Error: package or namespace load failed for ‘mirt’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘qs2’ Execution halted Flavor: r-release-macos-x86_64

mirror server hosted at Truenetwork, Russian Federation.