-
Notifications
You must be signed in to change notification settings - Fork 81
/
DESCRIPTION
40 lines (40 loc) · 1.02 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
Package: shinyauthr
Type: Package
Title: 'Shiny' Authentication Modules
Version: 1.0.0.9000
Authors@R:
c(person(given = "Paul",
family = "Campbell",
email = "pacampbell91@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1018-6606")),
person(given = "Michael",
family = "Dewar",
email = "michael.p.dewar@gmail.com",
role = "ctb"))
Description: Add in-app user authentication to 'shiny',
allowing you to secure publicly hosted apps and
build dynamic user interfaces from user information.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
shiny (>= 1.5.0),
shinyjs,
dplyr,
rlang,
glue
Suggests:
sodium,
DBI,
RSQLite,
lubridate,
shinydashboard,
testthat (>= 3.0.0),
shinytest,
knitr,
rmarkdown,
covr
RoxygenNote: 7.2.3
URL: https://github.com/paulc91/shinyauthr
BugReports: https://github.com/paulc91/shinyauthr/issues
Config/testthat/edition: 3