-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.28 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
Package: procedural
Title: Tidy ICD-10-PCS interface
Version: 0.0.1
Authors@R:
person("Andrew", "Bruce", , "[email protected]", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <[email protected]>
Description: Provides a tidy interface to the ICD-10-PCS procedure code
system. The package includes a dataset of all ICD-10-PCS codes and
their attributes, as well as functions to search and filter the
dataset.
License: MIT + file LICENSE
URL: https://github.com/andrewallenbruce/procedural,
https://andrewallenbruce.github.io/procedural/
BugReports: https://github.com/andrewallenbruce/procedural/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
collapse,
dplyr,
fs,
glue,
htmltools,
pins,
purrr,
rlang,
stringfish,
stringr,
tidyr,
vctrs,
withr,
zeallot
Suggests:
fuimus,
gt,
gtExtras,
knitr,
qs,
rmarkdown,
roxyglobals,
testthat (>= 3.0.0),
tibble
VignetteBuilder:
knitr
Remotes:
github::andrewallenbruce/fuimus
Config/roxyglobals/filename: generated-globals.R
Config/roxyglobals/unique: TRUE
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2