This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 5248c3457 docs(r/adbcbigquery,r/adbcflightsql,r/adbcsnowflake): 
recommend to install from R-multiverse (#2262)
5248c3457 is described below

commit 5248c3457e00770d4b5bc215e5f71013f449d1ca
Author: eitsupi <[email protected]>
AuthorDate: Sat Oct 19 13:47:13 2024 +0900

    docs(r/adbcbigquery,r/adbcflightsql,r/adbcsnowflake): recommend to install 
from R-multiverse (#2262)
    
    Close #1647
    
    In the short term, CRAN is unlikely to accept Go-based packages, so for
    now we can recommend installation from R-multiverse.
    
    We can also use the ASF repo of R-universe
    (<https://apache.r-universe.dev/>), but R-multiverse is more reliable
    because it is tied to the latest release with certainty.
    
    Note that `adbcbigquery` has not been added to R-multiverse yet
    (r-multiverse/contributions#213 will be merged after ADBC 15 release)
---
 r/adbcbigquery/README.Rmd  | 5 +++--
 r/adbcbigquery/README.md   | 4 ++--
 r/adbcflightsql/README.Rmd | 5 +++--
 r/adbcflightsql/README.md  | 4 ++--
 r/adbcsnowflake/README.Rmd | 7 +++++++
 r/adbcsnowflake/README.md  | 7 +++++++
 6 files changed, 24 insertions(+), 8 deletions(-)

diff --git a/r/adbcbigquery/README.Rmd b/r/adbcbigquery/README.Rmd
index 9649eaef2..6c9e973b7 100644
--- a/r/adbcbigquery/README.Rmd
+++ b/r/adbcbigquery/README.Rmd
@@ -40,10 +40,11 @@ to the Arrow Database Connectivity (ADBC) BigQuery driver.
 
 ## Installation
 
-You can install the released version of adbcbigquery from 
[CRAN](https://cran.r-project.org/) with:
+You can install the released version of adbcbigquery from
+[R-multiverse](https://community.r-multiverse.org/) with:
 
 ```r
-install.packages("adbcbigquery")
+install.packages("adbcbigquery", repos = "https://community.r-multiverse.org";)
 ```
 
 You can install the development version of adbcbigquery from 
[GitHub](https://github.com/) with:
diff --git a/r/adbcbigquery/README.md b/r/adbcbigquery/README.md
index 86180908c..6a64f758d 100644
--- a/r/adbcbigquery/README.md
+++ b/r/adbcbigquery/README.md
@@ -28,10 +28,10 @@ interface to the Arrow Database Connectivity (ADBC) 
BigQuery driver.
 ## Installation
 
 You can install the released version of adbcbigquery from
-[CRAN](https://cran.r-project.org/) with:
+[R-multiverse](https://community.r-multiverse.org/) with:
 
 ``` r
-install.packages("adbcbigquery")
+install.packages("adbcbigquery", repos = "https://community.r-multiverse.org";)
 ```
 
 You can install the development version of adbcbigquery from
diff --git a/r/adbcflightsql/README.Rmd b/r/adbcflightsql/README.Rmd
index 97f0e2a5e..9f41dc585 100644
--- a/r/adbcflightsql/README.Rmd
+++ b/r/adbcflightsql/README.Rmd
@@ -40,10 +40,11 @@ to the Arrow Database Connectivity (ADBC) FlightSQL driver.
 
 ## Installation
 
-You can install the released version of adbcflightsql from 
[CRAN](https://cran.r-project.org/) with:
+You can install the released version of adbcflightsql from
+[R-multiverse](https://community.r-multiverse.org/) with:
 
 ```r
-install.packages("adbcflightsql")
+install.packages("adbcflightsql", repos = "https://community.r-multiverse.org";)
 ```
 
 You can install the development version of adbcflightsql from 
[GitHub](https://github.com/) with:
diff --git a/r/adbcflightsql/README.md b/r/adbcflightsql/README.md
index 352529424..751d16eeb 100644
--- a/r/adbcflightsql/README.md
+++ b/r/adbcflightsql/README.md
@@ -28,10 +28,10 @@ interface to the Arrow Database Connectivity (ADBC) 
FlightSQL driver.
 ## Installation
 
 You can install the released version of adbcflightsql from
-[CRAN](https://cran.r-project.org/) with:
+[R-multiverse](https://community.r-multiverse.org/) with:
 
 ``` r
-install.packages("adbcflightsql")
+install.packages("adbcflightsql", repos = "https://community.r-multiverse.org";)
 ```
 
 You can install the development version of adbcflightsql from
diff --git a/r/adbcsnowflake/README.Rmd b/r/adbcsnowflake/README.Rmd
index 637ea5655..c91a432fd 100644
--- a/r/adbcsnowflake/README.Rmd
+++ b/r/adbcsnowflake/README.Rmd
@@ -40,6 +40,13 @@ to the Arrow Database Connectivity (ADBC) Snowflake driver.
 
 ## Installation
 
+You can install the released version of adbcsnowflake from
+[R-multiverse](https://community.r-multiverse.org/) with:
+
+``` r
+install.packages("adbcsnowflake", repos = "https://community.r-multiverse.org";)
+```
+
 You can install the development version of adbcsnowflake from 
[GitHub](https://github.com/) with:
 
 ``` r
diff --git a/r/adbcsnowflake/README.md b/r/adbcsnowflake/README.md
index 938592bd1..1cd35fca8 100644
--- a/r/adbcsnowflake/README.md
+++ b/r/adbcsnowflake/README.md
@@ -27,6 +27,13 @@ interface to the Arrow Database Connectivity (ADBC) 
Snowflake driver.
 
 ## Installation
 
+You can install the released version of adbcsnowflake from
+[R-multiverse](https://community.r-multiverse.org/) with:
+
+``` r
+install.packages("adbcsnowflake", repos = "https://community.r-multiverse.org";)
+```
+
 You can install the development version of adbcsnowflake from
 [GitHub](https://github.com/) with:
 

Reply via email to