Create a Beamer Presentation From R Markdown Document

Hey everyone, beginner to R. I have tried to convert my R Markdown document into many different types of presentation outputs, and they have converted successfully. However, I can't create a beamer presentation, and I don't understand why. Can someone help me fix my error so I can see a beamer presentation? Thank you.

My Code:

title: "R Notebook"
output: beamer_presentation

R Console Result:

1 Like

Hi @Iman_456, the message says that you need install the Latex compiler in RStudio.

See this link for better help you:

Other way is install MikTex in your pc.

To follow up on M_AcostaCH's advice, if you have enough disc space, I think a full MikTex or TexLive installation is to be preferred.

This topic was automatically closed 90 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.