forked from MarkMc1089/mi.r.utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 854 Bytes
/
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
Package: mi.r.utils
Title: Collection Of Functions, Particularly Ones Used In Shiny Apps
Version: 0.0.0.9000
Authors@R:
person("Mark", "McPherson", , "[email protected]", role = c("aut", "cre"))
Description: Collects all the functions I use, mostly ones used in Shiny
dashboards.
License: MIT + file LICENSE
Imports:
dplyr,
DT,
fs,
ggplot2,
glue,
grDevices,
highcharter,
htmltools,
htmlwidgets,
lubridate,
magrittr,
plotly,
purrr,
rlang,
rstudioapi,
shiny,
shinyBS,
shinyWidgets,
sigtest,
skimr,
snakecase,
stats,
stringr,
tibble,
tidyr,
utils,
withr,
zoo
Suggests:
testthat (>= 3.0.0)
Remotes:
nhsbsa-data-analytics/sigtest
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2