The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
This package aims to launch an application by a simple click without
opening R or RStudio. The package has 2 functions of which only one is
essential in its use, shiny.exe()
. It generates a script in
the open shiny project then creates a task that executes this script.
After creating the task, the function is responsible for creating a
shortcut in the same folder that allows you to launch the task by
clicking.If you set host = 'public'
, the application will
be launched on the public server to which you are connected. Thus, all
other devices connected to the same server will be able to access the
application through the link of your IPv4 extended by the port. You can
stop the application by leaving the terminal opened by the shortcut.
library(shiny.exe)
shiny.exe(appName = "MyApp",host = "Public",port = 4576)
#> File 'MyApp.command' was created !
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.