-
Notifications
You must be signed in to change notification settings - Fork 67
/
DESCRIPTION
54 lines (54 loc) · 1.95 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
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: RInno
Type: Package
OS_type: windows
Title: An Installation Framework for Shiny Apps
Version: 1.0.1
Authors@R: c(
person("Jon", "Hill", email = "[email protected]", role = c("aut", "cre", "cph")),
person("W. Lee", "Pang", role = c("aut", "cph"), comment = "DesktopDeployR project at https://github.com/wleepang/DesktopDeployR"),
person("Hanjo", "Odendaal", email = "[email protected]", role = "ctb"),
person("William", "Bradley", email = "[email protected]", role = "ctb"),
person("Brent (Tom)", "Bailey", email = "[email protected]", role = "ctb"),
person("Mikolaj", "Rybinski", email = "[email protected]", role = "ctb"),
person("Chase", "Clark", email = "[email protected]", role = "ctb"),
person("Damien", "Soukhavong", email = "[email protected]", role = "ctb"),
person("Jonathan", "Godfrey", email = "[email protected]", role = "ctb", comment = "https://github.com/ajrgodfrey"),
person("Gábor", "Csárdi", email = "[email protected]", role = c("aut")),
person("Hadley", "Wickham", role = c("aut")),
person("Winston", "Chang", role = "aut"),
person("Jim", "Hester", role = "aut"),
person("RStudio", role = "cph"),
person("Martin", "Morgan", role = "aut"),
person("Dan", "Tenenbaum", role = "aut"),
person("Mango Solutions", role = "cph")
)
Maintainer: ORPHANED
URL: https://ficonsulting.github.io/RInno/
BugReports: https://github.com/ficonsulting/RInno/issues
Description: Installs shiny apps packaged as stand-alone Electron apps using Inno Setup, an open source software that builds installers for Windows programs <http://www.jrsoftware.org/ishelp/>.
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
Imports:
curl,
glue (>= 1.2.0),
httr,
installr,
jsonlite,
magrittr,
methods,
pkgbuild,
remotes,
rmarkdown,
shiny,
stringr ,
utils
Suggests:
knitr,
stringi,
covr,
testthat
VignetteBuilder: knitr
RoxygenNote: 6.1.1