Skip to content

Fix #6: explicitly set write permission to the ${PROJECT_DIR}

Lennart Karssen requested to merge fix6-make_sandbox_dir_writable into development

This commit fixes #6 (closed) by adding a chmod command in front of the rm -r command that removes the complete ${PROJECT_DIR} before deploying the new project. This became necessary after the upgrade of the R renv package to v0.17.0, which made renv's sandbox directory non-writable.

See also shiny/shadoc#133.

Merge request reports