Skip to content

Commit

Permalink
test fontawesome icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojczech committed Jun 4, 2019
1 parent 5b236a0 commit 1fb7a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ There is an option to plot data from different combinations of sensors. Plot use

There are two options to access the app:
* online web app hosted on [labenvmicro.shinyapps.io](https://labenvmicro.shinyapps.io/TMS_app/)
* or start your local installation of **R** language and paste following code which automatically downloads prerequisties and starts app:
* or start your local installation of `r fa("r-project", fill = "steelblue")` language and paste following code which automatically downloads prerequisties and starts app:
```
install.packages(c("shiny", "shinythemes", "readr", "tidyverse", "Rmisc", "tools", "devtools", "showtext", "shinycssloaders", "hrbrthemes"))
devtools::install_github("thomasp85/patchwork")
devtools::install_github("rstudio/fontawesome")
library(shiny)
runGitHub("TMS_visualization", "Vojczech")
```

0 comments on commit 1fb7a76

Please sign in to comment.