jonkeane commented on issue #45581: URL: https://github.com/apache/arrow/issues/45581#issuecomment-2676892352
Have you looked at the current CRAN issues? We might have gotten unlucky and these _just_ started now :( I see two that are worrying. 1. On `r-devel-linux-x86_64-fedora-clang` we are getting some compiler warnings. The first two are in cpp11, so I think we can ignore (there's already an upstream issue https://github.com/r-lib/cpp11/issues/447). But the rest are in our code and we should probably address them before submitting. 2. on `r-release-windows-x86_64` that's a bit more worrying. It looks like it's not able to find the binaries. Maybe this is temporary, but when we submit we do have to assert that we've addressed the issues listed there, so ideally this isn't still an issue when we submit. A point in this-being-transient's column: binaries for 18.1.0.1 _have_ been found in the past cause they are being distributed on the main page. ``` *** pkg-config found. *** Unable to retrieve libarrow for version 18.1.0 (windows) *** Proceeding without libarrow (build not authorized) Arrow C++ library was not found ------------------------- NOTE --------------------------- There was an issue preparing the Arrow C++ libraries. See https://arrow.apache.org/docs/r/articles/install.html ---------------------------------------------------------- ERROR: configuration failed for package 'arrow' ``` -- 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]
