Package: bmm Title: Easy and Accessible Bayesian Measurement Models Using 'brms' Version: 1.2.0 Authors@R: c( person("Vencislav", "Popov", , "vencislav.popov@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-8073-4199")), person("Gidon T.", "Frischkorn", , "gidon.frischkorn@psychologie.uzh.ch", role = c("aut", "cph"), comment = c(ORCID = "0000-0002-5055-9764")), person("Chenyu", "Li", role = c("ctb")), person("Paul-Christian", "Bürkner", , "paul.buerkner@gmail.com", role = "cph", comment = "Creator of 'brms', code portions of which are used in 'bmm'.") ) Description: Fit computational and measurement models using full Bayesian inference. The package provides a simple and accessible interface by translating complex domain-specific models into 'brms' syntax, a powerful and flexible framework for fitting Bayesian regression models using 'Stan'. The package is designed so that users can easily apply state-of-the-art models in various research fields, and so that researchers can use it as a new model development framework. References: Frischkorn and Popov (2023) . License: GPL-2 URL: https://github.com/venpopov/bmm, https://venpopov.github.io/bmm/ BugReports: https://github.com/venpopov/bmm/issues Depends: R (>= 3.6.0) Imports: brms (>= 2.21.0), crayon, fs, glue, matrixStats, methods, parallel, stats, withr Suggests: bookdown, cmdstanr (>= 0.7.0), cowplot, dplyr, fansi, ggplot2, ggthemes, knitr, magrittr, mixtur, remotes, rmarkdown, stringr, testthat (>= 3.0.0), tidybayes, tidyr, usethis, waldo, gghalves Additional_repositories: https://stan-dev.r-universe.dev Config/testthat/edition: 3 Config/Needs/website: rmarkdown Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://popov-lab.r-universe.dev Date/Publication: 2025-07-24 14:46:10 UTC RemoteUrl: https://github.com/venpopov/bmm RemoteRef: v1.2.0 RemoteSha: 71d83202217f7e6bd1352cd5d372c432dd431c7b NeedsCompilation: no Packaged: 2026-05-25 08:28:17 UTC; root Author: Vencislav Popov [aut, cre, cph] (ORCID: ), Gidon T. Frischkorn [aut, cph] (ORCID: ), Chenyu Li [ctb], Paul-Christian Bürkner [cph] (Creator of 'brms', code portions of which are used in 'bmm'.) Maintainer: Vencislav Popov