Package: FBMS Type: Package Title: Flexible Bayesian Model Selection and Model Averaging Version: 1.3 Date: 2025-09-30 Encoding: UTF-8 Language: en-US Authors@R: c( person("Jon", "Lachmann", email = "jon@lachmann.nu", role = c("cre", "aut")), person("Aliaksandr", "Hubin", email = "aliaksah@math.uio.no", role = "aut") ) Description: Implements the Mode Jumping Markov Chain Monte Carlo algorithm described in and its Genetically Modified counterpart described in as well as the sub-sampling versions described in for flexible Bayesian model selection and model averaging. URL: https://github.com/jonlachmann/FBMS License: GPL-2 Depends: R (>= 3.5.0) Imports: Rcpp, fastglm, GenSA, parallel, methods, r2r, BAS, tolerance LinkingTo: Rcpp Suggests: testthat, knitr, rmarkdown, markdown, lme4, kernlab, mvtnorm, cAIC4 RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr LazyData: true Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://jonlachmann.r-universe.dev Date/Publication: 2025-12-19 10:23:28 UTC RemoteUrl: https://github.com/jonlachmann/fbms RemoteRef: HEAD RemoteSha: f8c4adad2f5ec0e9c7e7ac614ab83a9cbb6308ca NeedsCompilation: yes Packaged: 2026-06-17 08:27:31 UTC; root Author: Jon Lachmann [cre, aut], Aliaksandr Hubin [aut] Maintainer: Jon Lachmann