diff --git a/_episodes_rmd/01-rstudio-intro.Rmd b/_episodes_rmd/01-rstudio-intro.Rmd index 6c6f5cf9..ed8194e8 100644 --- a/_episodes_rmd/01-rstudio-intro.Rmd +++ b/_episodes_rmd/01-rstudio-intro.Rmd @@ -472,7 +472,7 @@ It's important to note that we only need to install the R package on our compute > > > > We would use the following R code to install the `ggplot2` package: > > ```{r ch1pt4-sol, eval=FALSE} -> > install.packages("ggplot2) +> > install.packages("ggplot2") > > ``` > {: .solution} {: .challenge}