Skip to content

Commit d2cf7d3

Browse files
maxim-belkinfmichonneau
authored andcommitted
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#341
1 parent dc0713a commit d2cf7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes_rmd/05-rmarkdown-example.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ will generate this:
183183
>
184184
> > ## Solution
185185
> >
186-
> > ```{r, echo=FALSE}
186+
> > ```{r, echo=FALSE, renv.ignore=TRUE}
187187
> > paste("This", "new", "template", "looks", "good")
188188
> > ```
189189
> {: .solution}

0 commit comments

Comments
 (0)