-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.48 KB
/
DESCRIPTION
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
Type: Package
Package: mrbayes
Title: Bayesian Summary Data Models for Mendelian Randomization Studies
Version: 0.5.2.9000
Authors@R: c(
person("Okezie", "Uche-Ikonne", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8461-8099")),
person("Frank", "Dondelinger", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1816-6300")),
person("Tom", "Palmer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4655-4511"))
)
Description: Bayesian estimation of inverse variance weighted (IVW),
Burgess et al. (2013) <doi:10.1002/gepi.21758>, and MR-Egger, Bowden
et al. (2015) <doi:10.1093/ije/dyv080>, summary data models for
Mendelian randomization analyses.
License: GPL-3
URL: https://github.com/okezie94/mrbayes,
https://okezie94.github.io/mrbayes/,
https://mrcieu.r-universe.dev/mrbayes
BugReports: https://github.com/okezie94/mrbayes/issues
Depends:
R (>= 4.2.0)
Imports:
DescTools,
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.4.0)
Suggests:
MendelianRandomization,
rjags (>= 4-9),
testthat
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
Biarch: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: GNU make