diff --git a/r/adbcbigquery/README.Rmd b/r/adbcbigquery/README.Rmd index 9649eaef2f..6c9e973b75 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 86180908ca..6a64f758d3 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 97f0e2a5e8..9f41dc5857 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 352529424f..751d16eeb0 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 637ea56551..c91a432fd2 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 938592bd1c..1cd35fca83 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: