Skip to content

Commit 440241c

Browse files
authored
release: version 0.10.1 (#363)
1 parent ee31c24 commit 440241c

8 files changed

+47
-10
lines changed

CRAN-SUBMISSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.10.0
2-
Date: 2025-01-28 15:12:31 UTC
3-
SHA: 09c7b87e0eabd77e0b7f2c74995fa79e27f2a176
1+
Version: 0.10.1
2+
Date: 2025-03-28 12:39:40 UTC
3+
SHA: 85d9fa32cf35a189942953a873a5351b1fae2516

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description:
44
Provides a function to convert 'PRQL' strings to 'SQL' strings.
55
Combined with other R functions that take 'SQL' as an argument,
66
'PRQL' can be used on R.
7-
Version: 0.10.0.9000
7+
Version: 0.10.1.9000
88
Authors@R:
99
c(person("Tatsuya", "Shima", email = "[email protected]", role = c("aut", "cre")),
1010
person("Authors of the dependency Rust crates", role = "aut",

NEWS.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# prqlr (development version)
22

3+
# prqlr 0.10.1
4+
5+
## Bug fixes
6+
7+
- Based on [`prqlc`](https://github.com/prql/prql) 0.13.4. (#357)
8+
9+
## Miscellaneous
10+
11+
- Rewrite the `configure` script and `Makevars` files to pass R CMD check on R 4.5.0.
12+
(#347, #351, #356, #361, #363)
13+
- When installing the source package with the binary library from the web, `linux-gnu` and `linux-musl` are now distinguished.
14+
Previously, even on `linux-gnu` R, the `linux-musl` binary library was downloaded and used. (#359, #360)
15+
316
# prqlr 0.10.0
417

518
## Breaking changes

README.Rmd

+10-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ knitr::opts_chunk$set(
2222
<!-- badges: start -->
2323
[![prqlr status badge](https://prql.r-universe.dev/badges/prqlr)](https://prql.r-universe.dev)
2424
[![CRAN status](https://www.r-pkg.org/badges/version/prqlr)](https://CRAN.R-project.org/package=prqlr)
25+
[![R-multiverse status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2Fprqlr&query=%24.Version&label=r-multiverse)](https://community.r-multiverse.org/prqlr)
2526
<!-- badges: end -->
2627

2728
R bindings for [the `prqlc` Rust library](https://github.com/prql/prql),
@@ -33,14 +34,22 @@ This version supports PRQL `r prqlr::prql_version()`.
3334

3435
Requires R 4.2.0 or later.
3536

36-
This package can be installed from CRAN or [R-universe](https://prql.r-universe.dev/prqlr).
37+
This latest release version of this package can be installed from CRAN or [R-multiverse](https://r-multiverse.org).
3738
If available, a binary package will be installed.
3839

3940
```r
4041
# Install from CRAN
4142
install.packages("prqlr")
4243
```
4344

45+
```r
46+
# Install from the R-multiverse Community Repository
47+
install.packages("prqlr", repos = "https://community.r-multiverse.org")
48+
```
49+
50+
Development version of this package can be installed from PRQL's
51+
[R-universe](https://prql.r-universe.dev/prqlr) repository.
52+
4453
```r
4554
# Install from R-universe
4655
install.packages("prqlr", repos = "https://prql.r-universe.dev")

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
badge](https://prql.r-universe.dev/badges/prqlr)](https://prql.r-universe.dev)
1010
[![CRAN
1111
status](https://www.r-pkg.org/badges/version/prqlr)](https://CRAN.R-project.org/package=prqlr)
12+
[![R-multiverse
13+
status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2Fprqlr&query=%24.Version&label=r-multiverse)](https://community.r-multiverse.org/prqlr)
1214
<!-- badges: end -->
1315

1416
R bindings for [the `prqlc` Rust library](https://github.com/prql/prql),
@@ -20,15 +22,23 @@ This version supports PRQL 0.13.4.
2022

2123
Requires R 4.2.0 or later.
2224

23-
This package can be installed from CRAN or
24-
[R-universe](https://prql.r-universe.dev/prqlr). If available, a binary
25+
This latest release version of this package can be installed from CRAN
26+
or [R-multiverse](https://r-multiverse.org). If available, a binary
2527
package will be installed.
2628

2729
``` r
2830
# Install from CRAN
2931
install.packages("prqlr")
3032
```
3133

34+
``` r
35+
# Install from the R-multiverse Community Repository
36+
install.packages("prqlr", repos = "https://community.r-multiverse.org")
37+
```
38+
39+
Development version of this package can be installed from PRQL’s
40+
[R-universe](https://prql.r-universe.dev/prqlr) repository.
41+
3242
``` r
3343
# Install from R-universe
3444
install.packages("prqlr", repos = "https://prql.r-universe.dev")

cleanup

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env sh
1+
#!/bin/sh
22

3-
rm -f src/Makevars
3+
rm -f src/Makevars src/Makevars.win

cran-comments.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
## R CMD check results
1414

1515
- There were no ERRORs or WARNINGs.
16+
- Size of tarball is 9.5 MB (More than 5 MB).
17+
- Most of this size is a tarball of vendored Rust source code,
18+
since this package contains all the Rust source code of the dependencies.
19+
- This package has always vendored Rust source code on CRAN since version 0.5.2
20+
in September 2023, and the size has been over 9 MB.

src/Makevars.win.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $(STATLIB): remove-prev
5555
export CARGO_BUILD_JOBS=2; \
5656
fi && \
5757
export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="$(CARGO_LINKER)" && \
58-
export LIBRARY_PATH="$${LIBRARY_PATH};$(LIBDIR)/libgcc_mock" && \
58+
export LIBRARY_PATH="$(LIBRARY_PATH);$(LIBGCC_MOCK_DIR)" && \
5959
cargo build $(CARGO_BUILD_ARGS)
6060

6161
.PHONY: remove-prev

0 commit comments

Comments
 (0)