-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.45 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.45 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
44
45
46
47
48
Type: Package
Package: provider
Title: Tidy Healthcare Provider API Interface
Version: 0.0.1.9061
Authors@R:
person(c("Andrew", "Allen"), "Bruce", , "andrewallenbruce@gmail.com", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <andrewallenbruce@gmail.com>
Description: Provides various features to facilitate easy access to
publicly available healthcare provider data. Includes functions to
tidy the data being accessed, whether for reporting purposes or
updating internal records.
License: MIT + file LICENSE
URL: https://andrewallenbruce.github.io/provider/,
https://github.com/andrewallenbruce/provider
BugReports: https://github.com/andrewallenbruce/provider/issues
Depends:
R (>= 4.1.0)
Imports:
cheapr (>= 1.5.0),
cli (>= 3.6.5),
collapse (>= 2.1.6),
httr2 (>= 1.2.2),
purrr (>= 1.2.1),
RcppSimdJson (>= 0.1.15),
rlang (>= 1.1.7),
S7 (>= 0.2.1),
stringr (>= 1.6.0),
vctrs (>= 0.7.1),
arcgislayers (>= 0.6.0),
memoise (>= 2.0.1)
Suggests:
knitr,
roxyglobals (>= 1.0.0),
testthat (>= 3.3.2),
tibble (>= 3.3.1)
VignetteBuilder:
knitr
Config/Needs/website: gt, tibble
Config/roxyglobals/filename: generated-globals.R
Config/roxyglobals/unique: TRUE
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.3