You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-46673: [CI][R][Docs] Accept empty INSTALL_ARGS again (#46682)
### Rationale for this change
This PR fixes the bug introduced in #46527.
If the environment variable `INSTALL_ARGS` doesn't set,
the R command should execute,
`CMD INSTALL arrow*tar.gz`.
After #46527 change, It executed
`CMD INSTALL '' arrow*tar.gz`
### What changes are included in this PR?
Split `INSTALL_ARGS` to `R_INSTALL_ARGS` as array and use `"${R_INSTALL_ARGS[@]}"`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #46673
Lead-authored-by: Hiroyuki Sato <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
0 commit comments