This is an automated email from the ASF dual-hosted git repository. brycemecum pushed a commit to branch maint-19.0.1-r in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 33cacd4cb793cb07b7ef2fab60f53146cb4d95ba 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).
