-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
Package: nppez
Title: Tidy NPPES NPI Registry
Version: 0.0.1
Authors@R:
person("Andrew", "Bruce", , "andrewallenbruce@gmail.com", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <andrewallenbruce@gmail.com>
Description: Provides a tidy interface to the National Plan and Provider
Enumeration System (NPPES) National Provider Identifier (NPI)
Registry, a database of all health care providers who have been
assigned an NPI. Includes functions to download and parse the NPI
Registry data, perform updates according to the NPPES data release
schedule and prepare it for storage.
License: CC BY 4.0
URL: https://github.com/andrewallenbruce/nppez,
https://andrewallenbruce.github.io/nppez/
BugReports: https://github.com/andrewallenbruce/nppez/issues
Depends:
R (>= 4.1.0)
Imports:
anytime,
clock,
curl,
data.table,
dplyr,
fs,
glue,
janitor,
magrittr,
pins,
purrr,
tibble,
readr,
readxl,
rlang,
rvest,
strex,
stringr,
tictoc,
tidyr,
zip
Suggests:
qs,
fuimus,
roxyglobals,
testthat (>= 3.0.0)
Remotes:
github::andrewallenbruce/fuimus
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: TRUE
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2