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
intermediates_dir causes rename warnings #1224
Comments
|
This is probably duplicated by #1288. (edited to fix issue cross-reference) |
|
This also occurs for plain old If I try to run this document in the RStudio IDE (with Run Document) I see: |
|
Both the original and the later shiny issues should be fixed now. Thanks for the report! |
… if it is an absolute path in fact, intermediates_loc(figures_dir) will be a wrong path like /tmp/foo/bar/.../tmp/foo/bar/... when figure_dir and intermediates_dir are both absolute this also fixes rstudio#1288
|
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
Using
intermediates_dircauses rename warnings. Perhaps similar to #1190.Command used to render:
Removing the
intermediates_dirargument eliminates the warning.Installed
rmarkdownfrom github; using SHA 9f45f00 to verify that this is still present in HEAD.I then installed
rmarkdownfrom SHA61ec71932020b38c581bd9b9eed00b412d09a8d5; the warning does not occur.Looks like a regression since rmarkdown-1.6.
The text was updated successfully, but these errors were encountered: