Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text-only .Rmd files - first sentence parsed as R code #370

Closed
russHyde opened this issue Feb 1, 2019 · 0 comments
Closed

Text-only .Rmd files - first sentence parsed as R code #370

russHyde opened this issue Feb 1, 2019 · 0 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@russHyde
Copy link
Collaborator

russHyde commented Feb 1, 2019

Using b72e524

"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.

@russHyde russHyde added the bug an unexpected problem or unintended behavior label Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant