-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1009 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 1009 Bytes
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
Package: rgsrs
Title: Query the FDA Global Substance Registration System (GSRS) API
Version: 0.1.0
Authors@R:
person("Claudio", "Zanettini", , "claudio.zanettini@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5043-8033"))
Description: Provides functions to query the FDA Global Substance
Registration System (GSRS) REST API
(<https://gsrs.ncats.nih.gov/api/v1/>). Enables programmatic access to
substance records, UNII identifiers, synonyms, external codes, and
chemical structures for over 170,000 registered substances.
License: MIT + file LICENSE
URL: https://c1au6i0.github.io/rgsrs/, https://github.com/c1au6i0/rgsrs
BugReports: https://github.com/c1au6i0/rgsrs/issues
Depends:
R (>= 4.1)
Imports:
cli,
httr2,
janitor,
pingr
Suggests:
fs,
openxlsx,
spelling,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3