Package: meow Title: Unified Framework for Computer Adaptive Testing Simulations Version: 1.0.0 Authors@R: c( person("Klint", "Kanopka", , "klint.kanopka@nyu.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3196-9538")), person("Sophia", "Deng", role = "aut") ) Description: Provides an extensible framework for conducting simulations to compare data generating processes, item selection algorithms, parameter update algorithms, and stopping rules in computer adaptive testing (CAT) applications. Bundled algorithms include the Elo-based update rules of Klinkenberg, Straatemeier and van der Maas (2011) and Vermeiren, Kruis, Bolsinova, van der Maas and Hofman (2025) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: Rfast, stats Suggests: ggplot2, knitr, rmarkdown, testthat (>= 3.0.0) URL: https://klintkanopka.com/meow/ BugReports: https://github.com/klintkanopka/meow/issues VignetteBuilder: knitr Config/testthat/edition: 3 Depends: R (>= 3.5) Config/pak/sysreqs: make Repository: https://klintkanopka.r-universe.dev Date/Publication: 2026-07-06 14:53:12 UTC RemoteUrl: https://github.com/klintkanopka/meow RemoteRef: HEAD RemoteSha: 6bcc995f5dfce5818bc9bbdfa7597d2c19401dcd NeedsCompilation: no Packaged: 2026-07-07 08:32:45 UTC; root Author: Klint Kanopka [aut, cre] (ORCID: ), Sophia Deng [aut] Maintainer: Klint Kanopka