-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 895 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 895 Bytes
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
Package: scriptgloss
Type: Package
Version: 0.1.0
Title: Functionality for creating static scripts from shiny apps
Description: Tools and shiny elements for extracting state of a running shiny
app and reconstructing shiny app code as a static script. Includes
functionality for buttons to display that code in-app, copying current code
to the clipboard and generating reports from a template document.
Authors@R: c(
person(
given = "Doug", family = "Kelkhoff",
email = "kelkhoff.douglas@gene.com", role = c("aut", "cre")))
Maintainer: Doug Kelkhoff <kelkhoff.douglas@gene.com>
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Depends:
R (>= 3.2.1)
Imports:
shiny,
rmarkdown,
knitr,
stringr,
CodeDepends,
grDevices,
utils,
stats,
methods
Suggests:
testthat,
shinytest
Enhances:
crayon