Package: Boom
Version: 0.9.17
Date: 2026-09-15
Title: Bayesian Object Oriented Modeling
Authors@R: person(given = "Steven L.", family = "Scott", role = c("aut", "cre"),
	     email="steve.the.bayesian@gmail.com",
	     comment = "Steven L. Scott is the sole author and creator of the BOOM
	          project.  Some code in the BOOM libraries has been modified from other open
		  source projects.  These include Cephes (obtained from Netlib, written by
		  Stephen L. Moshier), NEWUOA (M.J.D Powell, obtained from Powell's web site),
 		  and a modified version of the R math libraries (R core development team).
 		  Original copyright notices have been maintained in all source files.  In
 		  these cases, copyright claimed by Steven L. Scott is limited to modifications
 		  made to the original code.  Google claims copyright for code written while
 		  Steven L. Scott was employed at Google from 2008 - 2018, but BOOM is not an
 		  officially supported Google project.")
Description: A C++ library for Bayesian modeling, with an emphasis on Markov
   chain Monte Carlo.  Although boom contains a few R utilities (mainly plotting
   functions), its primary purpose is to install the BOOM C++ library on your
   system so that other packages can link against it.
License: LGPL-2.1 | file LICENSE
Depends: R(>= 3.5.0)
Imports: MASS
Suggests: testthat, zoo
Encoding: UTF-8
SystemRequirements: GNU Make
BugReports: https://github.com/steve-the-bayesian/BOOM/issues
NeedsCompilation: yes
Packaged: 2026-09-16 01:43:07 UTC; steve
Author: Steven L. Scott [aut, cre] (Steven L. Scott is the sole author and
    creator of the BOOM project.  Some code in the BOOM libraries has
    been modified from other open source projects.  These include
    Cephes (obtained from Netlib, written by Stephen L. Moshier),
    NEWUOA (M.J.D Powell, obtained from Powell's web site), and a
    modified version of the R math libraries (R core development team).
    Original copyright notices have been maintained in all source
    files.  In these cases, copyright claimed by Steven L. Scott is
    limited to modifications made to the original code.  Google claims
    copyright for code written while Steven L. Scott was employed at
    Google from 2008 - 2018, but BOOM is not an officially supported
    Google project.)
Maintainer: Steven L. Scott <steve.the.bayesian@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-16 06:20:02 UTC
