Skip to content

Commit 2423882

Browse files
committed
Rebuild docs, remove badges from README
1 parent 5aeb5f2 commit 2423882

33 files changed

+206
-217
lines changed

r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Imports:
4444
utils,
4545
vctrs
4646
Roxygen: list(markdown = TRUE, r6 = FALSE, load = "source")
47-
RoxygenNote: 7.3.1
47+
RoxygenNote: 7.3.3
4848
Config/testthat/edition: 3
4949
Config/build/bootstrap: TRUE
5050
Suggests:

r/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# arrow <img src="https://arrow.apache.org/img/arrow-logo_hex_black-txt_white-bg.png" align="right" alt="" width="120" />
22

3-
<!-- badges: start -->
4-
5-
[![cran](https://www.r-pkg.org/badges/version-last-release/arrow)](https://cran.r-project.org/package=arrow)
6-
[![CI](https://github.com/apache/arrow/workflows/R/badge.svg?event=push)](https://github.com/apache/arrow/actions?query=workflow%3AR+branch%3Amain+event%3Apush)
7-
[![R-universe status badge](https://apache.r-universe.dev/badges/arrow)](https://apache.r-universe.dev)
8-
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/r-arrow.svg)](https://anaconda.org/conda-forge/r-arrow)
9-
10-
<!-- badges: end -->
11-
123
## Overview
134

145
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).

r/inst/NOTICE.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ https://github.com/libdynd
1717
This product includes software from the LLVM project
1818
* distributed under the University of Illinois Open Source
1919

20-
This product includes software from the google-lint project
21-
* Copyright (c) 2009 Google Inc. All rights reserved.
22-
2320
This product includes software from the mman-win32 project
2421
* Copyright https://code.google.com/p/mman-win32/
2522
* Licensed under the MIT License;

r/man/CsvFileFormat.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/man/FileFormat.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/man/JsonFileFormat.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/man/ParquetFileReader.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/man/Scanner.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/man/acero.Rd

Lines changed: 147 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/man/add_filename.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)