forked from MRCIEU/TwoSampleMR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 875 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
33
34
35
36
37
38
39
Package: TwoSampleMR
Title: Two Sample MR functions and interface to MR Base database
Version: 0.3.0
Authors@R: c(person("Gibran", "Hemani", email = "[email protected]",
role = c("aut", "cre")),
person("Philip", "Haycock", email = "[email protected]",
role = c("aut")),
person("Jie", "Zheng", email = "[email protected]",
role = c("aut"))
)
Description: See title
Depends:
R (>= 3.1.0)
Suggests:
ggplot2,
gridExtra,
cowplot,
plyr,
reshape2,
stringr,
knitr,
markdown,
gtable,
RMySQL,
rmarkdown,
MRInstruments,
MendelianRandomization,
MRPRESSO
Imports:
meta,
jsonlite,
RCurl,
data.table,
googleAuthR,
httpuv
License: Artistic-2.0
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1