forked from ficonsulting/RInno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.73 KB
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.73 KB
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
Package: RInno
Type: Package
OS_type: windows
Title: An Installation Framework for Shiny Apps
Version: 0.3.0.9000
Authors@R: c(
person("Jon", "Hill", email = "jon.mark.hill@gmail.com", 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 = "hanjo.oden@gmail.com", role = "ctb"),
person("William", "Bradley", email = "bradley@ficonsulting.com", role = "ctb"),
person("Brent (Tom)", "Bailey", email = "bailey@ficonsulting.com", role = "ctb"),
person("Mikolaj", "Rybinski", email = "mikolaj.rybinski@id.ethz.ch", role = "ctb"),
person("Chase", "Clark", email = "chasec288@gmail.com", role = "ctb"),
person("Damien", "Soukhavong", email = "damien.soukhavong@skema.edu", role = "ctb"),
person("Jonathan", "Godfrey", email = "a.j.godfrey@massey.ac.nz", role = "ctb", comment = "https://github.com/ajrgodfrey")
)
Maintainer: Jon Hill <jon.mark.hill@gmail.com>
URL: www.ficonsulting.com
BugReports: https://github.com/ficonsulting/RInno/issues
Description: Installs shiny 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 (>= 2.8.1),
devtools (>= 1.13.6),
glue (>= 1.1.1),
httr (>= 1.3.0),
installr (>= 0.19.0),
jsonlite (>= 1.5),
magrittr (>= 1.5),
rmarkdown (>= 1.6),
shiny (>= 1.0.4),
stringr (>= 1.2.0),
utils (>= 3.5.1)
Suggests:
knitr,
stringi,
covr,
testthat
VignetteBuilder: knitr
RoxygenNote: 6.1.0