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

Ensure supporting files are writeable #800

Merged
merged 1 commit into from
Sep 8, 2016
Merged

Ensure supporting files are writeable #800

merged 1 commit into from
Sep 8, 2016

Conversation

rekado
Copy link
Contributor

@rekado rekado commented Sep 8, 2016

This is related to rstudio/htmltools#68.

Rmarkdown copies dependencies to a temporary directory and tries to remove the directory afterwards. When a dependency's file mode was set to 444 at package installation time (as is the case on Guix), the copied file cannot be removed by R.

Setting copy.mode to FALSE ensures that the files can be removed by the user (or by the same R process at a later point).

@jjallaire jjallaire merged commit 0b97a27 into rstudio:master Sep 8, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants