thisisnic commented on issue #50765: URL: https://github.com/apache/arrow/issues/50765#issuecomment-5168166961
> [@thisisnic](https://github.com/thisisnic), what do you say is best to tackle the issue? Looks like some clues I got from 🤖 Fable about `Package: EZbakR` `Old result: NOTE` vs. `New result: OK` are making sense. Here are my notes: > > Commit [3794f87](https://github.com/apache/arrow/commit/3794f8703f53a73ec5d687bedd2a585b7b6c4f05) removes two deprecated functions on `maint-25.0.0-r` release branch `export(type)` and `export(arrow_available)`. However both are still on main today: > > [arrow/r/man/arrow_info.Rd](https://github.com/apache/arrow/blob/aeff591588d7bcdf9ab9fc6712816b44e8066ea4/r/man/arrow_info.Rd#L18) > > Line 18 in [aeff591](/apache/arrow/commit/aeff591588d7bcdf9ab9fc6712816b44e8066ea4) > arrow_available() > > [arrow/r/NAMESPACE](https://github.com/apache/arrow/blob/88c809455a97ff4681a79563ba6856923294a5b4/r/NAMESPACE#L409) > > Line 409 in [88c8094](/apache/arrow/commit/88c809455a97ff4681a79563ba6856923294a5b4) > export(type) > > Logs downloaded from indicated run here [Reverse check most dependents / Recheck arrow_25.0.0.tar.gz (oldpkg)](https://github.com/ursacomputing/crossbow/actions/runs/30600965885/job/91066091069#step:5:39) in the file oldpkg-checklogs/rdepends_EZbakR.Rcheck/00check.log show > > * checking R code for possible problems ... NOTE > check_plabeled: no visible binding for global variable ‘type’ > Undefined global functions or variables: > type > > ( While newpkg from [Reverse check most dependents / Recheck arrow_25.0.0.9000.tar.gz (newpkg)](https://github.com/ursacomputing/crossbow/actions/runs/30600965885/job/91066091064#step:5:39) shows `* checking R code for possible problems ... OK` ) Well spotted, I think this might be fixed by #50495 - will get a PR up. Thanks for your thoughtful analysis, that's super helpful! -- 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]
