user_browser = "chrome"
or other options that are inferior to user_browser = "electron"
.--app
tag for Chrome in preparation for a true stand-alone release using the Electron framework (0.3.0). We will focus on that instead of the numerous issues caused by running Chrome in app mode.shiny = ">= 1.0.5"
and/or local .tar.gz of R packages are now supported. These can reduce software dependency bugs caused by updates to CRAN.setup
, files
, code
etc.), this version includes breaking changes. All of those functions have been appended with _section
in order to avoid namespace conflicts with devtools::setup
and shiny::code
among others.sprintf
calls with RStudio’s new glue
function for interpolating strings. This should make RInno more flexible and easier to maintain and debug moving forward.user_browser = "chrome"
. RInno also automatically places app_icon
in a “www/” directory and utilizes port 1984. This makes it easy to display the app’s icon instead of Chrome’s (see README for details). Big shout out to @trybik for this great suggestion.include_Chrome = TRUE
.R_flags
argument. For more information, read ?run
. Thanks @renejuan for requesting this feature!auth_token
, which uses a Github token to authenticate with private repos. @sollano again provided amazingly detailed information that helped us resolve this issue. #19
user_browser
error_log
so that its name can be customized properlylaunch_app.R
:
NEWS.md
file to track changes to the package.