jonkeane commented on issue #43317: URL: https://github.com/apache/arrow/issues/43317#issuecomment-2241248683
Thanks for sending those, Jacob. Here's the winbuilder output: https://win-builder.r-project.org/SrOKYg8yT1lm/ https://win-builder.r-project.org/SrOKYg8yT1lm/00check.log The only thing in there that looks worrying is ``` * checking R code for possible problems ... [33s] NOTE mutate.ArrowTabular: no visible global function definition for 'left_join' mutate.Dataset: no visible global function definition for 'left_join' mutate.RecordBatchReader: no visible global function definition for 'left_join' mutate.arrow_dplyr_query: no visible global function definition for 'left_join' Undefined global functions or variables: left_join * checking Rd files ... OK ``` Which I suspect is from https://github.com/apache/arrow/pull/41576/files and can be dealt with by adding `dplyr::` onto those calls again -- 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]
