-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
Package: openFDA
Title: 'openFDA' API
Version: 0.1.0.9002
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.
This package makes the API easily accessible with 'httr2', returning
objects which the user can convert to JSON data and parse. The API is
described in: 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 (>= 0.2.3),
rlang,
vctrs (>= 0.4.0),
prettyunits,
keyring,
memoise,
utils
Config/Needs/website: rmarkdown
Suggests:
knitr,
rmarkdown,
stringr,
testthat (>= 3.0.0),
vcr (>= 0.6.0)
Config/testthat/edition: 3
Config/testthat/start-first: options
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr