failure to run HTML in knit #rmarkdown

I am trying to install R markdown. After typing install.packages("rmarkdown")...i go on to save as. If i go further to click on knit for html, i get this error message:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called 'sass'
Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted. what exactly is wrong, please?

It looks like you need to install the package {sass}

Try

 install.packages("sass") 

and try to install {Rmarkdown} again.

yes, it worked. thank you​:kissing_closed_eyes::kissing_closed_eyes::kissing_closed_eyes:

Hey I'm not that ugly!

Good to see I was right.

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.