-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
37 lines (37 loc) · 1.21 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
Package: ieugwasr
Title: Interface to the 'OpenGWAS' Database API
Version: 1.0.2
Authors@R: c(
person("Gibran", "Hemani", , "g.hemani@bristol.ac.uk", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-0920-1055")),
person("Ben", "Elsworth", , "Ben.Elsworth@bristol.ac.uk", role = "aut",
comment = c(ORCID = "0000-0001-7328-4233")),
person("Tom", "Palmer", , "tom.palmer@bristol.ac.uk", role = "aut",
comment = c(ORCID = "0000-0003-4655-4511")),
person("Rita", "Rasteiro", , "rita.rasteiro@bristol.ac.uk", role = "aut",
comment = c(ORCID = "0000-0002-4217-3060"))
)
Description: Interface to the 'OpenGWAS' database API <https://api.opengwas.io/api/>. Includes a wrapper
to make generic calls to the API, plus convenience functions for
specific queries.
License: MIT + file LICENSE
URL: https://github.com/MRCIEU/ieugwasr, https://mrcieu.github.io/ieugwasr/
BugReports: https://github.com/MRCIEU/ieugwasr/issues
Depends:
R (>= 4.0)
Imports:
dplyr,
httr,
jsonlite,
magrittr,
stats
Suggests:
knitr,
utils,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2