-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.78 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
Package: ShinyQuickStarter
Type: Package
Title: 'RStudio' Addin for Building Shiny Apps per Drag & Drop
Version: 2.0.1
Authors@R: c(person("Leon", "Binder", email = "leon.binder@th-deg.de", role = c("cre", "aut")),
person("Bernhard", "Bauer", email = "bernhard.bauer@th-deg.de", role = c("ctb")),
person("Michael", "Scholz", email = "michael.scholz@th-deg.de", role = c("ctb")),
person("Bernhard", "Daffner", email = "bernhard.daffner@th-deg.de", role = c("ctb")),
person("Jörg", "Bauer", email = "joerg.bauer@th-deg.de", role = c("ctb")))
Maintainer: Leon Binder <leon.binder@th-deg.de>
Description: This 'RStudio' addin makes the creation of 'Shiny' and 'ShinyDashboard' apps more efficient. Besides the necessary folder structure, entire apps can be created using a drag and drop interface and customized with respect to a specific use case. The addin allows the export of the required user interface and server code at any time. By allowing the creation of modules, the addin can be used throughout the entire app development process.
License: GPL-3 | file LICENSE
Depends: R (>= 3.6.0)
Imports: shiny (>= 1.5), shinydashboard (>= 0.7), shinyWidgets (>=
0.5.7), miniUI (>= 0.1.1.1), shinyjs (>= 2.0), shinyFiles (>=
0.9), shinyalert (>= 2.0), data.table (>= 1.13), colourpicker
(>= 1.1), plotly (>= 4.9), ggplot2 (>= 3.3), stringi (>= 1.4),
stringr (>= 1.4), styler (>= 1.3), dplyr (>= 1.0.2), reshape2
(>= 1.4.4), stats, fs
Encoding: UTF-8
StagedInstall: yes
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-07-01 11:52:22 UTC; Leon
Author: Leon Binder [cre, aut],
Bernhard Bauer [ctb],
Michael Scholz [ctb],
Bernhard Daffner [ctb],
Jörg Bauer [ctb]
Repository: CRAN
Date/Publication: 2021-07-01 12:20:02 UTC