Skip to content

Commit

Permalink
Removed section on shinyalert package
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Tyler committed Mar 29, 2021
1 parent ae5b8c5 commit c32e414
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ Discrete event simulation of healthcare pathways in R.

To use PathSimR, download the entire **PathSimR_Shiny** folder, open the script **PathSimR_Shiny_v1.R** from that location and click the RunApp button. This will launch a Shiny app.

**Note: To use PathSimR you will need to install a previous version of the shinyalert package (it will not work with the most recent version, 1.1):** To do this, install the package *devtools*, and then run the code

``devtools::install_version(package="shinyalert",version="1.0")``

If when clicking the RunApp button you get the error message ***Error in shinyAppDir(x) : No Shiny applciation exists at the path ""***, (which may happen depending on your local network settings), then run the folowing line in the console to launch the app:

Expand Down

0 comments on commit c32e414

Please sign in to comment.