thisisnic opened a new issue, #50476:
URL: https://github.com/apache/arrow/issues/50476
The fedora-r-clang nightly (R-devel) is failing with 268 test failures, all
from the same cause: R-devel now deprecates using `.Names` as a special
attribute name in `structure()`.
The warning:
Replacing special names '.Names' is deprecated; use 'names' instead.
Source:
https://github.com/apache/arrow/blob/2a526c1e623df0ce8b9b76b03d4d9c617d21fda1/r/R/util.R#L47
```r
empty_named_list <- function() structure(list(), .Names = character(0))
```
Fix is to replace `.Names` with `names`.
Failing nightly:
https://github.com/ursacomputing/crossbow/actions/runs/29068520086/job/86285065823
This issue was drafted by Claude and reviewed by Nic Crane.
--
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]