61 lines
2.6 KiB
Plaintext
61 lines
2.6 KiB
Plaintext
|
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 = "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"),
|
||
|
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", 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: Jon Hill <jon.mark.hill@gmail.com>
|
||
|
URL: www.ficonsulting.com
|
||
|
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.0
|
||
|
NeedsCompilation: no
|
||
|
Packaged: 2018-09-21 15:21:31 UTC; jhill
|
||
|
Author: Jon Hill [aut, cre, cph],
|
||
|
W. Lee Pang [aut, cph] (DesktopDeployR project at
|
||
|
https://github.com/wleepang/DesktopDeployR),
|
||
|
Hanjo Odendaal [ctb],
|
||
|
William Bradley [ctb],
|
||
|
Brent (Tom) Bailey [ctb],
|
||
|
Mikolaj Rybinski [ctb],
|
||
|
Chase Clark [ctb],
|
||
|
Damien Soukhavong [ctb],
|
||
|
Jonathan Godfrey [ctb] (https://github.com/ajrgodfrey),
|
||
|
Gábor Csárdi [aut],
|
||
|
Hadley Wickham [aut],
|
||
|
Winston Chang [aut],
|
||
|
Jim Hester [aut],
|
||
|
RStudio [cph],
|
||
|
Martin Morgan [aut],
|
||
|
Dan Tenenbaum [aut],
|
||
|
Mango Solutions [cph]
|
||
|
Repository: CRAN
|
||
|
Date/Publication: 2018-09-21 16:00:12 UTC
|
||
|
Built: R 4.4.2; ; 2025-01-09 03:28:14 UTC; windows
|