Using https://github.com/jimhester/lintr/commit/b72e5241de3f72cb9bc5cbd834d7d5c9dcb21aac "my_file.Rmd" ~~~~ --- Title: "my_title" --- Just text in here! ~~~~ ``` devtools::load_all() # load lintr master lintr::lint("my_file.Rmd", linters = default_linters) ``` Gives the erroneous: "Line 5: unexpected symbol" lint when ran in rstudio.