We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd1208 commit 41d6132Copy full SHA for 41d6132
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: polars
2
Title: Lightning-Fast 'DataFrame' Library
3
-Version: 0.22.1.9000
+Version: 0.22.2.9000
4
Depends: R (>= 4.2)
5
Imports: utils, codetools, methods
6
Authors@R:
NEWS.md
@@ -10,11 +10,13 @@
10
>
11
> Please check the GitHub issue #1152.
12
13
-## polars (development version)
+## Polars R Package (development version)
14
+
15
+## Polars R Package 0.22.2
16
17
### Bug fixes
18
-- Function to convert Polars to R (`<Series>$to_r()` etc.) no longer fail with
19
+- Functions to convert Polars to R (`<Series>$to_r()` etc.) no longer fail with
20
the "NA in coercion to boolean" error in R 4.5 (#1337).
21
22
## Polars R Package 0.22.1
0 commit comments