-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
97 lines (97 loc) · 2.29 KB
/
Copy pathDESCRIPTION
File metadata and controls
97 lines (97 loc) · 2.29 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Type: Package
Package: provider
Title: Tidy Healthcare Provider API Interface
Version: 0.0.1.9313
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.2.0)
Imports:
cheapr (>= 1.5.1),
cli (>= 3.6.6),
collapse (>= 2.1.7),
httr2 (>= 1.2.3),
memoise (>= 2.0.1),
purrr (>= 1.2.2),
RcppSimdJson (>= 0.1.15),
rlang (>= 1.3.0),
S7 (>= 0.2.2),
stringr (>= 1.6.0),
vctrs (>= 0.7.3)
Suggests:
knitr,
testthat (>= 3.3.2),
tibble (>= 3.3.1),
vcr (>= 2.1.0),
withr (>= 3.0.3)
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"))
Collate:
'aaa-classes.R'
'aaa-cms-list.R'
'aaa-cms.R'
'aaa-pdc.R'
'checks.R'
'cli.R'
'combine.R'
'data.R'
'end-affiliation.R'
'end-ambulatory.R'
'end-clia.R'
'end-clinician.R'
'end-enforcement.R'
'end-enrolled.R'
'end-facility.R'
'end-hospital.R'
'end-longterm.R'
'end-nppes.R'
'end-nursing.R'
'end-opted_out.R'
'end-owner.R'
'end-patient.R'
'end-pending.R'
'end-psych.R'
'end-quality.R'
'end-reassigned.R'
'end-rehab.R'
'end-spending.R'
'end-supplier.R'
'end-utilization.R'
'end-veteran.R'
'enums.R'
'execute.R'
'import-standalone-obj-type.R'
'import-standalone-types-check.R'
'key.R'
'link.R'
'modifier.R'
'offset.R'
'pivot.R'
'polish.R'
'polish-nppes.R'
'polish-quality.R'
'provider-package.R'
'query.R'
'query2.R'
'recode.R'
'rename.R'
'request.R'
'utils.R'
'zzz.R'