-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 951 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
Package: connectAnalytics
Title: Rstudio Connect Analytics
Version: 0.0.1.9003
Authors@R: person('Tyler', 'Bradley', email = '[email protected]', role = c('cre', 'aut'))
Description: This package contains a shiny app that is a analytics dashboard for a specified
RStudio Connect server.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
shiny,
golem,
processx,
attempt,
DT,
glue,
htmltools,
connectapi (>= 0.1.0.9003),
purrr,
shinyjs,
shinythemes,
reactable (>= 0.1.0.9000),
dplyr,
lubridate,
plotly,
tidyr (>= 1.0.0),
tibble,
rlang (>= 0.1.2),
ggplot2,
magrittr,
timevis,
shinydashboard,
forcats
RoxygenNote: 7.1.0
URL: https://github.com/tbradley1013/connectAnalytics
BugReports: https://github.com/tbradley1013/connectAnalytics/issues
Suggests:
testthat,
roxygen2
Remotes:
rstudio/connectapi,
glin/reactable