-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.13 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
Package: connectViz
Title: Visualize Your 'RStudio Connect' Server Usage Data
Version: 0.0.0.9146
Authors@R: c(
person("David", "Granjon", , "[email protected]", role = c("aut", "cre")),
person(given = "Christophe", family = "Regouby", role = c("ctb"), email = "[email protected]")
)
Description: A collection of helper functions and 'htmlwidgets' to help admins or
user better understand how 'RStudio Connect' is used in their organization. The package
provides plug and play visualizations that can be customized depending on needs.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
shinydashboard
Config/testthat/edition: 3
URL: https://github.com/RinteRface/connectViz
BugReports: https://github.com/RinteRface/connectViz/issues
Imports:
magrittr,
lubridate,
dplyr (>= 1.0.0),
data.table,
purrr,
tibble,
apexcharter (>= 0.3.0.9100),
scales,
toastui,
connectapi (>= 0.1.0.9031),
shiny,
echarts4r,
tidyr,
rlang (>= 1.0.0),
visNetwork,
htmlwidgets
Remotes: rstudio/connectapi