Changes in version 0.5.0 (2025-06-11) Minor updates to allow for summary and plot.summary functions to work with bdlim1 objects. Now the bdlim1 model can be run to fit a single modification pattern and the same summary and plot functions apply. The function bdlim1 now works with a only one group. This fits a Bayesian distributed lag model without modification. Add new function getw to extract the posterior sample of the weight function from a bdlim1 object. Changes in version 0.4.3 Patch to remove dependencies on dplyr and tidyr. Changes in version 0.4.2 (2024-06-12) Bug fixes: 1) fix handling of missing data to avoid failing. 2) allow for different numbers of repeated measures of exposure by removing on instance of a hard coded number. Minor updates to documentation. Changes in version 0.4.1 (2024-05-22) First CRAN release. Changes in version 0.3.1 Update documentation. Changes in version 0.3.0 Add logistic regression. The family parameter controls this (choices "gaussian" or "binomial"). Some minor bug fixes related to naming of group variable. Changes in version 0.2.1 Swap order of exposures in design matrix. Changes in version 0.2.0 Initial release on GitHub.