adam-p / markdown-here

Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
https://markdown-here.com
MIT License
59.68k stars 11.26k forks source link

R Markdown knit error #360

Open ajpaz167 opened 8 years ago

ajpaz167 commented 8 years ago

Everytime I try to convert to html a code by pressing the knit button I get this error, can you help me?

Loading required package: knitr

processing file: w3.R
  |................................                                 |  50%
label: prueba
  |.................................................................| 100%
  ordinary text without R code

output file: w3.txt

[1] "w3.txt"
Error in cat(o, file = "C:/Users/alberto/AppData/Local/Temp/RtmpyaMM3g/knitr-output2d705a4506f.out") : 
  objeto 'o' no encontrado
Ejecuci�n interrumpida

knitr terminated with status 1
r2evans commented 8 years ago

Are you running R markdown code in your email or browser window? This sounds like an issue for rmarkdown and/or knitr, not MDH (which does not call R for conversion, afaict).

r2evans commented 8 years ago

(Suggest you close this issue for lack of response.)