This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1f2105a ARROW-14338: [Docs][R] Add R versions.json (#180)
1f2105a is described below
commit 1f2105abcc95e7406629fb0bfe281aa84cb06b0b
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Thu Jan 20 16:41:25 2022 +0100
ARROW-14338: [Docs][R] Add R versions.json (#180)
---
docs/r/versions.json | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/docs/r/versions.json b/docs/r/versions.json
new file mode 100644
index 0000000..220fe84
--- /dev/null
+++ b/docs/r/versions.json
@@ -0,0 +1,30 @@
+[
+ {
+ "name": "6.0.1.9000 (dev)",
+ "version": "dev/"
+ },
+ {
+ "name": "6.0.1 (release)",
+ "version": ""
+ },
+ {
+ "name": "5.0.0",
+ "version": "5.0/"
+ },
+ {
+ "name": "4.0.1",
+ "version": "4.0/"
+ },
+ {
+ "name": "3.0.0",
+ "version": "3.0/"
+ },
+ {
+ "name": "2.0.0",
+ "version": "2.0/"
+ },
+ {
+ "name": "1.0.1",
+ "version": "1.0/"
+ }
+]