forked from chasemc/electricShine
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.09 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
41
Package: electricShine
Title: Create distributable Shiny Electron apps
Version: 0.0.0.9001
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]"),
person(given = "Erik",
family = "von Asmuth",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6256-7457")
)
)
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,
zip,
desc
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown,
installr
VignetteBuilder: knitr
URL: https://github.com/erikvona/electricShine
BugReports: https://github.com/erikvona/electricShine/issues
RoxygenNote: 7.2.1