This is an automated email from the ASF dual-hosted git repository.
brycemecum pushed a commit to branch maint-19.0.0-r
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/maint-19.0.0-r by this push:
new e51228d64b Remove badges
e51228d64b is described below
commit e51228d64b1827d36b169b388353067881ff56d4
Author: Bryce Mecum <[email protected]>
AuthorDate: Tue Jan 21 21:05:25 2025 -0800
Remove badges
---
r/README.md | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/r/README.md b/r/README.md
index 8601afe492..35327c5b3c 100644
--- a/r/README.md
+++ b/r/README.md
@@ -1,14 +1,5 @@
# arrow <img
src="https://arrow.apache.org/img/arrow-logo_hex_black-txt_white-bg.png"
align="right" alt="" width="120" />
-<!-- badges: start -->
-
-[](https://cran.r-project.org/package=arrow)
-[](https://github.com/apache/arrow/actions?query=workflow%3AR+branch%3Amain+event%3Apush)
-[](https://apache.r-universe.dev)
-[](https://anaconda.org/conda-forge/r-arrow)
-
-<!-- badges: end -->
-
## Overview
The R `{arrow}` package provides access to many of the features of the [Apache
Arrow C++ library](https://arrow.apache.org/docs/cpp/index.html) for R users.
The goal of arrow is to provide an Arrow C++ backend to `{dplyr}`, and access
to the Arrow C++ library through familiar base R and tidyverse functions, or
`{R6}` classes. The dedicated R package website is located
[here](https://arrow.apache.org/docs/r/index.html).