rok opened a new issue, #50318: URL: https://github.com/apache/arrow/issues/50318
### Describe the bug, including details regarding any error messages, version, and platform. `test-r-linux-as-cran` is [failing](https://github.com/ursacomputing/crossbow/actions/runs/28486931252/job/84435314002#step:5:24998) in the `rhub/ubuntu-clang` matrix job. ```bash png.h file not found libpng-config: command not found ``` Proposed diff: ```diff diff --git a/ci/scripts/r_install_system_dependencies.sh b/ci/scripts/r_install_system_dependencies.sh @@ - apt-get install -y libcurl4-openssl-dev libssl-dev libuv1-dev + apt-get install -y libcurl4-openssl-dev libpng-dev libssl-dev libuv1-dev ``` ### Component(s) R -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
