Skip to content

Commit

Permalink
05-rmarkdown-example.Rmd: ignore renv in the 'Can you do it?' challenge
Browse files Browse the repository at this point in the history
This is to suppress the `ERROR 1: <text>:187:1: unexpected '>'` error
message reported in carpentries#341
  • Loading branch information
maxim-belkin authored and fmichonneau committed Apr 5, 2022
1 parent dc0713a commit d2cf7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes_rmd/05-rmarkdown-example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ will generate this:
>
> > ## Solution
> >
> > ```{r, echo=FALSE}
> > ```{r, echo=FALSE, renv.ignore=TRUE}
> > paste("This", "new", "template", "looks", "good")
> > ```
> {: .solution}
Expand Down

0 comments on commit d2cf7d3

Please sign in to comment.