Error in parse_block(g[-1], g[1], params.src, markdown_mode) : Duplicate chunk label 'sim-basket', which has been used for the chunk:

As it says in your error, you have a duplicate chunk label (specifically sim-basket). R Markdown requires that chunk labels be unique, so you'll need to change the name of one of them.

For future reference, it's much easier to read if you copy and paste the text into the body of the issue as opposed to the image. :slightly_smiling_face:

Hope this helps.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.