From 15d2e5ca05d75baa506f9d6e79912195044b8870 Mon Sep 17 00:00:00 2001 From: hadley Date: Tue, 19 Jul 2016 14:02:28 -0500 Subject: [PATCH] Remove accident back quotes --- visualize.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualize.Rmd b/visualize.Rmd index d33e268..709796d 100644 --- a/visualize.Rmd +++ b/visualize.Rmd @@ -14,7 +14,7 @@ library(ggplot2) library(tibble) ``` -If you run this code and get the error `there is no package called ‘ggplot2’`, you'll need to first install it, and then run `library()` once again. +If you run this code and get the error there is no package called ‘ggplot2’, you'll need to first install it, and then run `library()` once again. ```{r eval = FALSE} install.packages("ggplot2")