Package: BGGM
Type: Package
Title: Bayesian Gaussian Graphical Models
Version: 1.0.0
Date: 2020-01-16
Authors@R: c(person("Donald", "Williams", email = "drwwilliams@ucdavis.edu", role = c("aut", "cre")),
             person("Joris", "Mulder", email = "J.Mulder3@uvt.nl", role = "aut"))
Description: Fit Bayesian Gaussian graphical models. The methods are separated into 
    two Bayesian approaches for inference: hypothesis testing and estimation. There are 
    extensions for confirmatory hypothesis testing, comparing Gaussian graphical models, 
    and node wise predictability. These methods were recently introduced in the Gaussian 
    graphical model literature, including 
    Williams (2019) <doi:10.31234/osf.io/x8dpr>, 
    Williams and Mulder (2019) <doi:10.31234/osf.io/ypxd8>,
    Williams, Rast, Pericchi, and Mulder (2019) <doi:10.31234/osf.io/yt386>.
Depends: R (>= 3.5.0)
License: GPL-2
Imports: mvnfast (>= 0.2.5), foreach (>= 1.4.7), doParallel (>=
        1.0.15), ggplot2 (>= 3.2.1), mvtnorm (>= 1.0.11), stringr (>=
        1.4.0), ggridges (>= 0.5.1), GGally (>= 1.4.0), pracma (>=
        2.2.5), network (>= 1.15), bayesplot (>= 1.7.1), sna (>= 2.5),
        shiny (>= 1.4.0), reshape2 (>= 1.4.3), cowplot (>= 1.0.0),
        stats, parallel, Matrix, reshape, MASS
Suggests: knitr, rmarkdown, dplyr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-26 19:25:59 UTC; willidon
Author: Donald Williams [aut, cre],
  Joris Mulder [aut]
Maintainer: Donald Williams <drwwilliams@ucdavis.edu>
Repository: CRAN
Date/Publication: 2020-02-06 16:20:22 UTC
