-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 837 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 837 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
Package: claims
Version: 0.1.12
Title: Query and analyze WA State Medicaid, Medicare, and APCD data
Description: LARGELY FOR INTERNAL USE
This package is for querying and analyzing WA State Medicaid, Medicare, and
All-Payer Claims Database eligibility and claims data.
Authors@R: c(
person("Eli", "Kern", email = "eli.kern@kingcounty.gov", role = c("aut", "cre")),
person("Alastair", "Matheson", email = "alastair.matheson@kingcounty.gov", role = "aut"))
BugReports: https://github.com/PHSKC-APDE/Medicaid
Depends: R (>= 3.3.3)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
data.table,
DBI,
dplyr,
glue,
lubridate,
odbc,
rads.data,
rlang,
stringr
Remotes:
github::PHSKC-APDE/rads.data, github::PHSKC-APDE/dtsurvey
Suggests:
tidyr,
knitr,
rmarkdown
RoxygenNote: 7.3.2