forked from Tychobra/polished
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.28 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.28 KB
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
Package: polished
Type: Package
Title: Authentication, User Administration, and Hosting for 'shiny' Apps
Version: 0.3.0
Authors@R: c(
person("Andy", "Merlino", email = "andy.merlino@tychobra.com", role = c("aut", "cre")),
person("Patrick", "Howard", email = "patrick.howard@tychobra.com", role = c("aut")),
person("Jimmy", "Briggs", email = "jimmy.briggs@tychobra.com", role = c("aut")))
Maintainer: Andy Merlino <andy.merlino@tychobra.com>
Description: Easily add modern authentication and user administration to your 'shiny' apps.
Customize user sign in and registration pages to match your brand. Control who can
access one or more of your 'shiny' apps.
License: MIT + file LICENSE
URL: https://github.com/tychobra/polished,
https://polished.tech
BugReports: https://github.com/tychobra/polished/issues
Encoding: UTF-8
LazyData: true
Imports:
automagic,
cli,
digest,
dplyr,
DT,
htmltools,
httr,
jose,
jsonlite,
lubridate,
purrr,
R6,
rlang,
shiny,
shinycssloaders,
shinydashboard,
shinyFeedback,
shinyjs,
shinyWidgets,
stats,
stringr,
tibble,
tidyr,
tools,
utils,
uuid,
yaml
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1