Rmarkdown error after updating RStudio Desktop

elmstedt,

Thanks so much for teaching how to go about solving the problem instead of just giving the answer! That stackoverflow thread you sent worked. For others who may have this problem, I'm documenting my steps below:

  1. close RStudio (if already open)
  2. in Windows 10 go to the "Apps and features" control panel and uninstall Pandoc
  3. open a Windows 10 command prompt (in Administrator mode) and type:

choco uninstall pandoc
choco install pandoc

  1. open RStudio
1 Like