The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package sirt

Last updated on 2026-05-01 05:50:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.2-133 316.53 380.85 697.38 OK
r-devel-linux-x86_64-debian-gcc 4.2-133 181.94 248.54 430.48 OK
r-devel-linux-x86_64-fedora-clang 4.2-133 397.00 590.59 987.59 OK
r-devel-linux-x86_64-fedora-gcc 4.2-133 600.00 639.25 1239.25 OK
r-devel-windows-x86_64 4.2-133 338.00 557.00 895.00 OK
r-patched-linux-x86_64 4.2-133 272.11 342.06 614.17 OK
r-release-linux-x86_64 4.2-133 261.40 335.12 596.52 OK
r-release-macos-arm64 4.2-133 51.00 37.00 88.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 344.00 380.00 724.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 367.00 490.00 857.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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.