-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.82 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: bgms
Type: Package
Title: Bayesian Analysis of Graphical Models
Version: 0.1.6.4
Date: 2026-02-16
Authors@R: c(
person("Maarten", "Marsman", , "m.marsman@uva.nl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5309-7502")),
person("Don", "van den Bergh", role = "aut",
comment = c(ORCID = "0000-0002-9838-7308")),
person("Nikola", "Sekulovski", role = "ctb",
comment = c(ORCID = "0000-0001-7032-1684")),
person("Giuseppe", "Arena", role = "ctb",
comment = c(ORCID = "0000-0001-5204-3326")),
person("Laura", "Groot", role = "ctb"),
person("Gali", "Geller", role = "ctb")
)
Maintainer: Maarten Marsman <m.marsman@uva.nl>
Description: Bayesian estimation and variable selection for Markov random field
models of networks of binary, ordinal, and continuous variables. Supports
Gaussian graphical models, multi-group comparison via 'bgmCompare', and
provides simulation, prediction, and missing data imputation.
Copyright: Includes datasets 'ADHD' and 'Boredom', which are licensed under CC-BY 4. See individual data documentation for license and citation.
License: GPL (>= 2)
URL: https://Bayesian-Graphical-Modelling-Lab.github.io/bgms/, https://github.com/Bayesian-Graphical-Modelling-Lab/bgms
BugReports: https://github.com/Bayesian-Graphical-Modelling-Lab/bgms/issues
Imports:
Rcpp (>= 1.0.7),
RcppParallel,
Rdpack,
methods,
coda,
lifecycle,
stats
RdMacros: Rdpack
LinkingTo:
Rcpp,
RcppArmadillo,
RcppParallel,
dqrng,
BH
RoxygenNote: 7.3.3
Depends:
R (>= 3.5)
LazyData: true
Encoding: UTF-8
Suggests:
covr,
ggplot2,
knitr,
MASS,
parallel,
qgraph,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate