forked from chasemc/electricShine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 874 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
Package: electricShine
Title: Create distributable Shiny Electron apps
Version: 0.0.0.9000
Authors@R: c(
person(given = "Chase",
family = "Clark",
role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0001-6439-9397")),
person(given = "Belinda",
family = "Chen",
role = c("ctb"),
email = "[email protected]")
)
Description: A tool for turning Shiny apps (written as packages) into distributable Electron apps.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
glue,
remotes,
stringr,
withr,
openssl
RoxygenNote: 7.1.0
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/chasemc/electricShine
BugReports: https://github.com/chasemc/electricShine/issues