powered by
Shortcuts Inno Setup is to create in the Start Menu and/or other locations, such as the desktop. For more information, see [Icons] section, or call inno_doc().
inno_doc()
icons(iss, app_desc = "", app_icon = "default.ico", prog_menu_icon = TRUE, desktop_icon = TRUE)
Character vector which cummulatively becomes an Inno Setup Script (ISS).
Description of Shiny app, appears on mouse-over of icons.
Filename of icon in app_dir, used for desktop and program menu shortcuts.
app_dir
Logical. If TRUE, create a program menu shortcut.
Logical. If TRUE, create a desktop shortcut.
Chainable character vector, which can be used as the text argument of writeLines to generate an ISS.
text
writeLines
get_R, copy_installation, create_config, create_bat, create_pkgs, directives, setup, languages, tasks, files, icons, run, and code.
get_R
copy_installation
create_config
create_bat
create_pkgs
directives
setup
languages
tasks
files
icons
run
code
# NOT RUN { start_iss('myapp') %>% icons(app_desc = 'This Shiny app is awesome!') # } # NOT RUN { # }
Run the code above in your browser using DataLab