-
Notifications
You must be signed in to change notification settings - Fork 36
/
DESCRIPTION
56 lines (56 loc) · 1.26 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
Package: polished
Type: Package
Title: Authentication and Hosting for 'shiny' Apps
Version: 0.8.1
Authors@R: c(
person("Andy", "Merlino", email = "[email protected]", role = c("aut", "cre")),
person("Patrick", "Howard", email = "[email protected]", role = c("aut")),
person("Tychobra LLC", role = c("cph", "fnd")))
Maintainer: Andy Merlino <[email protected]>
Description: Authentication, user administration, hosting, and additional infrastructure for 'shiny' apps. See
<https://polished.tech> for additional documentation and examples.
License: MIT + file LICENSE
URL: https://github.com/tychobra/polished,
https://polished.tech
BugReports: https://github.com/tychobra/polished/issues
Encoding: UTF-8
Imports:
automagic,
digest,
dplyr,
desc,
DT,
htmltools,
httr,
jose,
jsonlite,
lubridate,
otp,
purrr,
rlang,
rmarkdown,
shiny,
shinycssloaders,
shinydashboard,
shinyFeedback,
shinyjs,
shinyWidgets,
stats,
stringr,
tibble,
tidyr,
utils,
uuid,
yaml
Suggests:
base64enc,
config,
knitr,
plumber,
testthat (>= 3.0.0),
xfun
VignetteBuilder:
knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3