Unverified Commit 71d7af60 authored by Maxim Belkin's avatar Maxim Belkin
Browse files

05-rmarkdown-example.Rmd: ignore renv in the 'Can you do it?' challenge

This is to suppress the `ERROR 1: <text>:187:1: unexpected '>'` error
message reported in carpentries/lesson-example#341
parent e62d4612
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ will generate this:
>
> > ## Solution
> >
> > ```{r, echo=FALSE}
> > ```{r, echo=FALSE, renv.ignore=TRUE}
> > paste("This", "new", "template", "looks", "good")
> > ```
> {: .solution}