-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
32 lines (32 loc) · 953 Bytes
/
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
Package: RadialMR
Title: RadialMR
Version: 1.1
Authors@R: c(
person("Wes", "Spiller", , "wes.spiller@bristol.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8169-5531")),
person("Jack", "Bowden", , "j.bowden2@exeter.ac.uk", role = "aut",
comment = c(ORCID = "0000-0003-2628-3304")),
person("Tom", "Palmer", , "tom.palmer@bristol.ac.uk", role = "aut",
comment = c(ORCID = "0000-0003-4655-4511"))
)
Description: A package for implementing radial inverse variance weighted
and MR-Egger methods.
License: GPL-3
URL: https://github.com/WSpiller/RadialMR,
https://wspiller.github.io/RadialMR/,
https://mrcieu.r-universe.dev/RadialMR
Depends:
R (>= 3.6.0)
Imports:
ggplot2,
magrittr,
plotly
Suggests:
MendelianRandomization,
TwoSampleMR (>= 0.5.0)
Remotes:
MRCIEU/TwoSampleMR
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2