Last updated on 2026-04-27 00:56:26 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| CDM | 12 | ||
| immer | 3 | 9 | |
| LAM | 2 | 10 | |
| mdmb | 1 | 2 | 9 |
| miceadds | 1 | 11 | |
| mnlfa | 2 | 10 | |
| pbv | 2 | 10 | |
| sirt | 1 | 11 | |
| srm | 2 | 10 | |
| STARTS | 2 | 10 | |
| TAM | 12 |
Current CRAN status: OK: 12
Current CRAN status: NOTE: 3, OK: 9
Version: 1.5-13
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Alexander",
family = "Robitzsch",
role = c("aut", "cre"),
email = "robitzsch@ipn.uni-kiel.de"),
person(given = "Jan",
family = "Steinfeld",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.5-13
Check: compiled code
Result: NOTE
File ‘immer/libs/immer.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
Current CRAN status: NOTE: 2, OK: 10
Version: 0.7-22
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Alexander",
family = "Robitzsch",
role = c("aut", "cre"),
email = "robitzsch@ipn.uni-kiel.de")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, NOTE: 2, OK: 9
Version: 1.9-22
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Alexander",
family = "Robitzsch",
role = c("aut", "cre"),
email = "robitzsch@ipn.uni-kiel.de"),
person(given = "Oliver",
family = "Luedtke",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.9-22
Check: package dependencies
Result: ERROR
Package required but not available: ‘miceadds’
Package which this enhances but not available for checking: ‘mice’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-macos-x86_64
Current CRAN status: ERROR: 1, OK: 11
Version: 3.19-16
Check: package dependencies
Result: ERROR
Package required but not available: ‘mice’
Packages suggested but not available for checking: 'BIFIEsurvey', 'mdmb'
Packages which this enhances but not available for checking:
'micemd', 'mitml'
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-macos-x86_64
Current CRAN status: NOTE: 2, OK: 10
Version: 0.3-4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Alexander",
family = "Robitzsch",
role = c("aut", "cre"),
email = "robitzsch@ipn.uni-kiel.de",
comment = c(ORCID = "0000-0002-8226-3132"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 10
Version: 0.5-47
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Alexander",
family = "Robitzsch",
role = c("aut", "cre"),
email = "robitzsch@ipn.uni-kiel.de",
comment = c(ORCID = "0000-0002-8226-3132"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, OK: 11
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
Current CRAN status: NOTE: 2, OK: 10
Version: 0.4-26
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Steffen",
family = "Nestler",
role = "aut"),
person(given = "Alexander",
family = "Robitzsch",
role = c("aut", "cre"),
email = "robitzsch@ipn.uni-kiel.de"),
person(given = "Oliver",
family = "Luedtke",
role = "aut"))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 10
Version: 1.3-8
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Alexander",
family = "Robitzsch",
role = c("aut", "cre"),
email = "robitzsch@ipn.uni-kiel.de",
comment = c(ORCID = "0000-0002-8226-3132")),
person(given = "Oliver",
family = "Luedtke",
role = "aut",
comment = c(ORCID = "0000-0001-9744-3059")))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 12