Skip to content

Commit ef388d5

Browse files
committed
Merge pull request #99 from Roon/patch-2
Update index.Rmd
2 parents f33e10a + c07e213 commit ef388d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_DevelopingDataProducts/shiny/index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ diabetesRisk <- function(glucose) glucose / 200
5555
- Make sure you have the latest release of R installed
5656
- If on windows, make sure that you have Rtools installed
5757
- `install.packages("shiny")`
58-
- `libray(shiny)`
58+
- `library(shiny)`
5959
- Great tutorial at
6060
[http://rstudio.github.io/shiny/tutorial/](http://rstudio.github.io/shiny/tutorial/)
6161
- Basically, this lecture is walking through that tutorial offering some of our insights

0 commit comments

Comments
 (0)