Hi! I have the next error when I try to knit my Rmd to a pdf or html:
"Error in yaml::yaml.load(..., eval.expr = TRUE) : **
** Scanner error: while scanning for the next token at line 3, column 30 found character that cannot start any token at line 3, column 30 Calls: ... parse_yaml_front_matter -> yaml_load -> "
The code that give that at line 3 is my name:
1 --- 2 title: "RMarkdown" 3 author: "Juan Carlos Ortega Velasco" 4 date: "r format(Sys.Date(),"%e de %B, %Y")"
I saw a similar topic and it was solved deleting the yaml package and reinstalling it, but in my case it doesn't work.