-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
40 lines (40 loc) · 952 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
Package: DbVieweR
Title: A Shiny Database Management Dashboard
Version: 0.1.1
Authors@R: person('David', 'Munoz Tord', email = '[email protected]', role = c('cre', 'aut'))
Description: This Shiny app simulates a database management system featuring functions like login/logout, save/create/delete tables, add/rename columns.
License: MIT + file LICENSE
Imports:
config (>= 0.3.1),
golem (>= 0.3.5),
shiny (>= 1.7.4),
DBI,
dplyr,
dbplyr,
RSQLite,
sodium,
shinydashboard,
shinydashboardPlus,
shinycssloaders,
shinymanager,
shinythemes,
shinyjs,
DT,
pkgload,
readr,
readxl,
GWalkR
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Language: en-US
URL: https://github.com/munoztd0/DbVieweR
BugReports: https://github.com/munoztd0/DbVieweR/issues
Depends:
R (>= 4.1)