This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 78038a7b9d MINOR: [R] Add Bryce to authors list (#47122)
78038a7b9d is described below
commit 78038a7b9d940d850eef903122e9d6d8e4e7149f
Author: Nic Crane <[email protected]>
AuthorDate: Sat Jul 19 23:43:12 2025 +0100
MINOR: [R] Add Bryce to authors list (#47122)
### Rationale for this change
@ amoeba is a significant contributor to the R package but isn't on the
authors list
### What changes are included in this PR?
Add Bryce to aforementioned list
### Are these changes tested?
Nope
### Are there any user-facing changes?
Nope
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
---
r/DESCRIPTION | 1 +
1 file changed, 1 insertion(+)
diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index 1681480632..978c3a33dd 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -8,6 +8,7 @@ Authors@R: c(
person("Dewey", "Dunnington", role = c("aut"), email =
"[email protected]", comment = c(ORCID = "0000-0002-9415-4582")),
person("Romain", "Fran\u00e7ois", role = c("aut"), comment = c(ORCID =
"0000-0002-2444-4226")),
person("Jonathan", "Keane", email = "[email protected]", role = c("aut",
"cre")),
+ person("Bryce", "Mecum", email = "[email protected]", role = c("aut")),
person("Drago\u0219", "Moldovan-Gr\u00fcnfeld", email =
"[email protected]", role = c("aut")),
person("Jeroen", "Ooms", email = "[email protected]", role = c("aut")),
person("Jacob", "Wujciak-Jens", email = "[email protected]", role =
c("aut")),