diff --git a/NEWS.md b/NEWS.md index 3881707..f02257b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 . + Other URLs are also changed accordingly. (#262, #263) + # prqlr 0.7.0 ## Breaking changes diff --git a/README.Rmd b/README.Rmd index 9d0c08a..519c073 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ knitr::opts_chunk$set( # prqlr -[![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) @@ -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 @@ -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 diff --git a/README.md b/README.md index 15eef47..c570574 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![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) @@ -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 @@ -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