-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.31 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
56
57
58
59
60
61
Package: forager
Title: Healthcare Revenue Cycle Analysis
Version: 0.0.1
Authors@R:
person("Andrew", "Bruce", , "andrewallenbruce@gmail.com", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <andrewallenbruce@gmail.com>
Description: The goal of forager is to provide a suite of analytic tools
for healthcare revenue cycle management.
License: MIT + file LICENSE
URL: https://github.com/andrewallenbruce/forager,
https://andrewallenbruce.github.io/forager/
BugReports: https://github.com/andrewallenbruce/forager/issues
Depends:
R (>= 4.1.0)
Imports:
clock,
collapse,
dplyr,
fixtuRes,
forcats,
fs,
lubridate,
pins,
purrr,
rlang,
santoku,
stringr,
tidyr,
vctrs,
wakefield,
withr (>= 3.0.0)
Suggests:
covr,
fuimus,
ggplot2,
ggrepel,
ggthemes,
gt,
gtExtras,
ivs,
janitor,
knitr,
qs,
rmarkdown,
roxyglobals,
scales,
svglite,
testthat (>= 3.0.0),
ymd
VignetteBuilder:
knitr
Remotes:
github::andrewallenbruce/fuimus
Config/roxyglobals/filename: generated-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