R markdown could not open


i am a beginner in r and i am using r markdown for the first time to do my assignment but i am not able to open my r markdown as it says
Required package versions could not be found
markdown 0.7 is not available
Check that getOption(“repose”) referes to CRAN repository that contains the needed package versions
Which packages it is asking me to installed i dont understand please somebody help how do i start r markdown in my r studio

It is asking you to install the markdown package

install.packages("markdown")
3 Likes

thank you so much i am able to use r markdown now

as an aside, you mispelled repos by adding an e, which R wont recognise.

getOption(“repos”)

If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it:

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.