Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-40227: [R] ensure executable files in `create_package_with_all_dep…
…endencies` (#40232) ### What changes are included in this PR? - Set the `utils::tar` `extra_flags` argument to `NULL` (default `""`). This benefits from logic baked in (also used by `R CMD BUILD`) that checks the mode of `configure` and `cleanup` files and sets them to be executable if they are not already. ### Are these changes tested? No. I didn't see any existing tests for this function (which perhaps is not a valid reason). ### Are there any user-facing changes? No. Although if `configure` and/or `cleanup` are not executable, that will be corrected with a user-facing `warning`. * GitHub Issue: #40227 edit: revised the description based on the new approach in 40e8add. Authored-by: Paul Donnelly <[email protected]> Signed-off-by: Nic Crane <[email protected]>
- Loading branch information