-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 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
37
38
39
40
41
42
43
Type: Package
Package: codexchain
Title: Access Public Medical Coding Data APIs
Version: 0.0.0.9004
Authors@R:
person("Andrew", "Bruce", , "andrewbruce.himni@gmail.com", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <andrewbruce.himni@gmail.com>
Description: The goal of codexchain is to provide access to a variety of
public medical coding APIs.
License: GPL (>= 3)
URL: /~https://github.com/andrewallenbruce/codexchain,
https://andrewallenbruce.github.io/codexchain/
BugReports: /~https://github.com/andrewallenbruce/codexchain/issues
Imports:
httr2,
units,
janitor,
lubridate,
purrr,
tibble
Suggests:
covr,
dplyr,
gluedown,
gt,
gtExtras,
httptest2,
NHANES,
reactable,
rmarkdown,
roxyglobals (>= 0.2.1),
stringr,
testthat (>= 3.0.0)
Remotes:
anthonynorth/roxyglobals
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
LazyData: true