Skip to content

Commit

Permalink
docs(r/adbcbigquery,r/adbcflightsql,r/adbcsnowflake): recommend to in…
Browse files Browse the repository at this point in the history
…stall from R-multiverse (apache#2262)

Close apache#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)
  • Loading branch information
eitsupi authored Oct 19, 2024
1 parent 38c21c2 commit 5248c34
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
5 changes: 3 additions & 2 deletions r/adbcbigquery/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions r/adbcbigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions r/adbcflightsql/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions r/adbcflightsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions r/adbcsnowflake/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions r/adbcsnowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5248c34

Please sign in to comment.