-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.33 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.33 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
Type: Package
Package: provider
Title: Tidy Healthcare Provider API Interface
Version: 0.0.1.9198
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.1),
cli (>= 3.6.6),
collapse (>= 2.1.7),
httr2 (>= 1.2.2),
purrr (>= 1.2.2),
RcppSimdJson (>= 0.1.15),
rlang (>= 1.2.0),
S7 (>= 0.2.2),
stringr,
vctrs (>= 0.7.3)
Suggests:
arcgislayers (>= 0.6.0),
knitr,
testthat (>= 3.3.2),
tibble (>= 3.3.1),
vcr (>= 2.1.0),
withr (>= 3.0.2)
VignetteBuilder:
knitr
Config/Needs/website: tibble
Config/roxygen2/version: 8.0.0
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"))