jaysnm / shiny.app.package

Golem Shiny Application Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shinypkg

Lifecycle: experimental

The goal of shinypkg is to demonstrate how to wrap a shiny dashboard application into a nice package using golem

Run the app/package

  1. The app can be run from source code using:-
    a. Rscript dev/run_dev.R
    b. sh run.sh
    Given that above two commands are run on terminal open at base directory with app files.

  2. The app can be installed as a package by running below pieces of code on terminal:-
    a. sh install.sh Given that terminal is open on base directory with app files.
    b. Rscript -e "golem::document_and_reload(pkg = '/path/to/app/files/directory'); devtools::install(pkg = '/path/to/app/files/directory')". This command can be run from anywhere on the terminal. However, app directory path must be specified as show above.

  3. After installation, the package can be started by running Rscript -e "shinypkg::run_app()" on terminal open in any directory provided the app was installed using any method illustrated in item 2. above.

  4. Once the app is ready, on the terminal used to run the app, the package generates an output Listening on http://127.0.0.1:3939 after some other text is printed out. Navigate the app by pasting url http://127.0.0.1:3939 into any browser tab.

  5. Browser and terminal outputs should look like below images respectively. Note that both images show input text on browser!

About

Golem Shiny Application Package

License:Other


Languages

Language:R 97.0%Language:Shell 1.6%Language:JavaScript 1.5%