-
Notifications
You must be signed in to change notification settings - Fork 91
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
Quitting from lines ... #466
Comments
Same issue. Also with sql chunks. |
Same here:
The offending lines contain a ggplot2 call
And FWIW, I have another similar ggplot call soon after that doesn't cause any problems
|
A small, self-contained reproducible example would be helpful here. For example, a sample project (maybe hosted on GitHub) that, if I were to attempt to clone with Git and then call Attempting to call
is not sufficient for me to reproduce the issue. |
Sorry for the insufficient comment Kevin. I should have taken the time to document it properly, because now I can't get the error again either! I will post a proper reprex if it comes up again. |
I'm pretty sure this is a problem with the |
I am coming across this issue, and I think it has to do with |
Hi @kevinushey I've created a test project and ran a reprex at dchiu911/packrat-status#1. Could you try cloning to see if you can reproduce? Thanks! |
This problem was caused by using rmarkdown::render to analyze R Markdown files for dependencies. We believe that this is resolved with #647. |
packrat::status()
is quitting due to lines of code that I have in a .Rmd file. The error is:Lines 79-92 of 01_demultiplex.Rmd (one code chunk; R):
The multi-line string isn't the problem. If I comment-out these lines, they still cause the error. If I remove these lines, I get the following error:
The code chunk ({bash, cache=TRUE}) causing the problem is:
Any ideas on what's going wrong? The code chunks don't seem that weird, so I would think that other users would have already run into similar problems.
The text was updated successfully, but these errors were encountered: