-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.05 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
Package: openFDA
Title: 'openFDA' API
Version: 0.1.0.9000
Authors@R:
person("Simon", "Parker", , "simon.parker.24@ucl.ac.uk",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0003-8214-4496"))
Description: The 'openFDA' API facilitates access to U.S. Food and Drug
Administration (FDA) data on drugs, devices, foodstuffs, tobacco, and more
with 'httr2'. This package makes the API easily accessible, returning
objects which the user can convert to JSON data and parse. Kass-Hout TA, Xu
Z, Mohebbi M et al. (2016) <doi:10.1093/jamia/ocv153>.
License: GPL (>= 3)
URL: https://github.com/simpar1471/openFDA,
https://simpar1471.github.io/openFDA/
BugReports: https://github.com/simpar1471/openFDA/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
httr2,
checkmate,
purrr,
rlang,
vctrs
Config/Needs/website: rmarkdown
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
stringr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr