From 7c547a4b19fd42dbaafc158cf309111c8b08722a Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Mon, 9 Dec 2024 07:25:58 -0800 Subject: [PATCH] MINOR: [R] Fix headers (#44960) ### Rationale for this change The headers in NEWS.md didn't reflect the versions we actually released. We didn't release an 18.0.0 version of the package and waited for Arrow C++ 18.1.0 to do the first R package release in the 18.x.x series. ### What changes are included in this PR? Update to NEWS.md. ### Are these changes tested? No. ### Are there any user-facing changes? No. Authored-by: Bryce Mecum Signed-off-by: Bryce Mecum --- r/NEWS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/r/NEWS.md b/r/NEWS.md index 7132c5b244914..83d09157b9038 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -21,8 +21,6 @@ # arrow 18.1.0 -# arrow 18.0.0 - ## Minor improvements and fixes * Fix bindings to allow filtering a factor column in a Dataset using `%in%` (#43446)