Skip to content

Commit

Permalink
Point to canonical URL for R-multiverse (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo authored Jul 5, 2024
1 parent 051f7e7 commit 399baee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The recommended way to install this package is via R-multiverse:

```r
Sys.setenv(NOT_CRAN = "true")
install.packages("polars", repos = "https://r-multiverse.r-universe.dev")
install.packages("polars", repos = "https://community.r-multiverse.org")
```

[The "Install" vignette](https://pola-rs.github.io/r-polars/vignettes/install.html) (`vignette("install", "polars")`)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The recommended way to install this package is via R-multiverse:

``` r
Sys.setenv(NOT_CRAN = "true")
install.packages("polars", repos = "https://r-multiverse.r-universe.dev")
install.packages("polars", repos = "https://community.r-multiverse.org")
```

[The “Install”
Expand Down
4 changes: 2 additions & 2 deletions vignettes/install.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Installing the latest release version.

```r
Sys.setenv(NOT_CRAN = "true") # Enable installation with pre-built Rust library binary, or enable Rust caching
install.packages("polars", repos = "https://r-multiverse.r-universe.dev")
install.packages("polars", repos = "https://community.r-multiverse.org")
```

- On supported platforms, binary R package will be installed.
Expand Down Expand Up @@ -111,7 +111,7 @@ For example (on Bash):
```sh
export LIBR_POLARS_BUILD="false"
export LIBR_POLARS_PATH="/tmp/libr_polars.a"
Rscript -e 'install.packages("polars", repos = "https://r-multiverse.r-universe.dev", type = "source")'
Rscript -e 'install.packages("polars", repos = "https://community.r-multiverse.org", type = "source")'
```

### Rust build time options
Expand Down

0 comments on commit 399baee

Please sign in to comment.