This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 686c44c Add pypi / conda-forge version shields for pyarrow and
r-arrow (#3959)
686c44c is described below
commit 686c44ca6472a86f6908debc21330270c4c01c90
Author: Daniel Bast <[email protected]>
AuthorDate: Mon Mar 18 16:24:13 2019 +0100
Add pypi / conda-forge version shields for pyarrow and r-arrow (#3959)
---
python/README.md | 2 ++
r/README.Rmd | 2 ++
r/README.md | 2 ++
3 files changed, 6 insertions(+)
diff --git a/python/README.md b/python/README.md
index 9179dc1..4d26b67 100644
--- a/python/README.md
+++ b/python/README.md
@@ -19,6 +19,8 @@
## Python library for Apache Arrow
+[](https://pypi.org/project/pyarrow/)
[](https://anaconda.org/conda-forge/pyarrow)
+
This library provides a Python API for functionality provided by the Arrow C++
libraries, along with tools for Arrow integration and interoperability with
pandas, NumPy, and other software in the Python ecosystem.
diff --git a/r/README.Rmd b/r/README.Rmd
index 677fe80..ad566d9 100644
--- a/r/README.Rmd
+++ b/r/README.Rmd
@@ -14,6 +14,8 @@ knitr::opts_chunk$set(
```
# arrow
+[](https://anaconda.org/conda-forge/r-arrow)
+
R integration with Apache Arrow.
## Installation
diff --git a/r/README.md b/r/README.md
index d2d631c..79c40fc 100644
--- a/r/README.md
+++ b/r/README.md
@@ -3,6 +3,8 @@
# arrow
+[](https://anaconda.org/conda-forge/r-arrow)
+
R integration with Apache Arrow.
## Installation