-
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
packrat::status() fails with Rmd files #440
Comments
Can you try running again with
|
Here's what I'm getting. Not super useful (objet
|
Any idea what might be causing this ? |
I don't have a good idea :-/ The error would imply that you're using a variable called There should be a way of finding out what R code is being executed with some combination of
but unfortunately the traceback I saw in your recent post didn't provide too much information (that seems to imply that the attempt to print session info was causing an error?) |
This problem was caused by using rmarkdown::render to analyze R Markdown files for dependencies. We believe that this is resolved with #647. |
Hi,
I have a fairly complex projet that uses packrat and it's recently been failing with usual packrat function calls such as a
status()
orclean()
.Here 's the output :
and my R session in the packrat managed top directory.
The text was updated successfully, but these errors were encountered: