Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update more urls #263

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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