This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch maint-25.0.0-r
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit a516948f640e6478d35c16288196953d278cc310
Author: Nic Crane <[email protected]>
AuthorDate: Mon Jul 13 07:09:15 2026 +0000

    Rename .Names to names
---
 r/R/util.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/R/util.R b/r/R/util.R
index cc16bb7ccf..dc48c5fb8f 100644
--- a/r/R/util.R
+++ b/r/R/util.R
@@ -44,7 +44,7 @@ is_list_of <- function(object, class) {
   is.list(object) && all(map_lgl(object, ~ inherits(., class)))
 }
 
-empty_named_list <- function() structure(list(), .Names = character(0))
+empty_named_list <- function() structure(list(), names = character(0))
 
 r_symbolic_constants <- c(
   "pi",

Reply via email to