-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.06 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
44
45
46
Package: costoffice
Title: Download Physician Office Visit Cost Data
Version: 0.0.0.9020
Authors@R:
person("Andrew", "Bruce", , "andrewbruce.himni@gmail.com", role = c("aut", "cre", "cph"))
Description: Provides various functions to enable downloading CMS physician office visit cost data.
Maintainer: Andrew Bruce <andrewbruce.himni@gmail.com>
License: AGPL (>= 3)
Depends:
R (>= 2.10)
Imports:
clock,
cli,
campfin,
curl,
pins,
readr,
tidyr,
httr2,
tidytable,
dplyr,
purrr,
stringr,
tibble,
vctrs,
rlang,
stats,
duckdb
Suggests:
roxyglobals (>= 0.2.1),
knitr,
rmarkdown,
details,
lobstr,
covr
Encoding: UTF-8
Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet"))
RoxygenNote: 7.2.3
URL: https://github.com/andrewallenbruce/costoffice, https://andrewallenbruce.github.io/costoffice/
BugReports: https://github.com/andrewallenbruce/costoffice/issues
LazyData: true
Remotes:
anthonynorth/roxyglobals
VignetteBuilder: knitr