-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.27 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
Package: pathologie
Title: Tidy ICD-10-CM Interface
Version: 0.0.1.9001
Authors@R:
person(c("Andrew", "Allen"), "Bruce", , "[email protected]", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <[email protected]>
Description: Tidy tools for accessing and working with ICD-10-CM.
License: MIT + file LICENSE
URL: https://andrewallenbruce.github.io/pathologie/,
https://github.com/andrewallenbruce/pathologie
BugReports: https://github.com/andrewallenbruce/pathologie/issues
Depends:
R (>= 4.1.0)
Imports:
cheapr,
cli (>= 3.6.2),
collapse,
dplyr (>= 1.1.4),
fs (>= 1.6.3),
fuimus (>= 0.0.3),
httr2 (>= 1.0.0),
pins (>= 1.3.0),
purrr (>= 1.0.2),
rlang (>= 1.1.2),
stringr (>= 1.5.1),
tidyr (>= 1.3.1),
vctrs (>= 0.6.5)
Suggests:
data.table,
fontawesome,
gt,
kit,
knitr,
qs,
roxyglobals,
stringfish,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
github::andrewallenbruce/fuimus
Config/roxyglobals/filename: generated-globals.R
Config/roxyglobals/unique: TRUE
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2