This is an automated email from the ASF dual-hosted git repository.
assignuser 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 4e101f02f8 MINOR: [R][Docs] Fix geoarrrow url in NEWS.md (#39547)
4e101f02f8 is described below
commit 4e101f02f8d248f0448d718bd914579d9f8f0088
Author: Jacob Wujciak-Jens <[email protected]>
AuthorDate: Wed Jan 10 14:14:51 2024 +0100
MINOR: [R][Docs] Fix geoarrrow url in NEWS.md (#39547)
### Rationale for this change
The geoarrow repo was moved and is no failing urlcheck.
### What changes are included in this PR?
Update the url.
Authored-by: Jacob Wujciak-Jens <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
r/NEWS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/r/NEWS.md b/r/NEWS.md
index ca062b0390..1744e6e96e 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -327,7 +327,7 @@ Arrow query engine. See `?acero`.
A few new features and bugfixes were implemented for joins:
* Extension arrays are now supported in joins, allowing, for example, joining
- datasets that contain [geoarrow](https://paleolimbot.github.io/geoarrow/)
data.
+ datasets that contain [geoarrow](https://github.com/geoarrow/geoarrow) data.
* The `keep` argument is now supported, allowing separate columns for the left
and right hand side join keys in join output. Full joins now coalesce the
join keys (when `keep = FALSE`), avoiding the issue where the join keys would