Skip to content

Commit

Permalink
docs: update more urls (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Feb 12, 2024
1 parent 3de0199 commit 48937cc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
- The error message has been completely changed.
- `prql_compile()`'s `target` option does not accept `NA` as `"sql.any"` anymore.

## Miscellaneous

- The GitHub repository used to develop this package has been moved to <https://github.com/PRQL/prqlc-r>.
Other URLs are also changed accordingly. (#262, #263)

# prqlr 0.7.0

## Breaking changes
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ knitr::opts_chunk$set(
# prqlr <img src="man/figures/logo.png" align="right" width="150"/>

<!-- badges: start -->
[![prqlr status badge](https://eitsupi.r-universe.dev/badges/prqlr)](https://eitsupi.r-universe.dev)
[![prqlr status badge](https://prql.r-universe.dev/badges/prqlr)](https://prql.r-universe.dev)
[![CRAN status](https://www.r-pkg.org/badges/version/prqlr)](https://CRAN.R-project.org/package=prqlr)
<!-- badges: end -->

Expand All @@ -33,7 +33,7 @@ This version supports PRQL `r prqlr::prql_version()`.

Requires R 4.2.0 or later.

This package can be installed from CRAN or [R-universe](https://eitsupi.r-universe.dev/prqlr).
This package can be installed from CRAN or [R-universe](https://prql.r-universe.dev/prqlr).
If available, a binary package will be installed.

```r
Expand All @@ -43,7 +43,7 @@ install.packages("prqlr")

```r
# Install from R-universe
install.packages("prqlr", repos = "https://eitsupi.r-universe.dev")
install.packages("prqlr", repos = "https://prql.r-universe.dev")
```

For source installation, pre-built Rust libraries may be available
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![prqlr status
badge](https://eitsupi.r-universe.dev/badges/prqlr)](https://eitsupi.r-universe.dev)
badge](https://prql.r-universe.dev/badges/prqlr)](https://prql.r-universe.dev)
[![CRAN
status](https://www.r-pkg.org/badges/version/prqlr)](https://CRAN.R-project.org/package=prqlr)
<!-- badges: end -->
Expand All @@ -21,8 +21,8 @@ This version supports PRQL 0.11.2.
Requires R 4.2.0 or later.

This package can be installed from CRAN or
[R-universe](https://eitsupi.r-universe.dev/prqlr). If available, a
binary package will be installed.
[R-universe](https://prql.r-universe.dev/prqlr). If available, a binary
package will be installed.

``` r
# Install from CRAN
Expand All @@ -31,7 +31,7 @@ install.packages("prqlr")

``` r
# Install from R-universe
install.packages("prqlr", repos = "https://eitsupi.r-universe.dev")
install.packages("prqlr", repos = "https://prql.r-universe.dev")
```

For source installation, pre-built Rust libraries may be available if
Expand Down

0 comments on commit 48937cc

Please sign in to comment.