From 87250bc099a939e2d94e09c697c747fc7e2f3f8b Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 12 Dec 2024 12:45:08 +0100 Subject: [PATCH] Exercise 1.8.5 has only two mistakes and not three, as the incorrect spelling of output has been corrected - changed three to two in the description of the exercise --- basic-app.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-app.Rmd b/basic-app.Rmd index 9415ae0..ecda69c 100644 --- a/basic-app.Rmd +++ b/basic-app.Rmd @@ -358,7 +358,7 @@ knitr::include_graphics("images/basic-app/cheatsheet.png", dpi = 300) 5. The following app is very similar to one you've seen earlier in the chapter: you select a dataset from a package (this time we're using the **ggplot2** package) and the app prints out a summary and plot of the data. It also follows good practice and makes use of reactive expressions to avoid redundancy of code. - However there are three bugs in the code provided below. + However there are two bugs in the code provided below. Can you find and fix them? ```{r}