Report information of the package
Description
This function reports the following information:
- Package versions (the Polars R package version and the dependent Rust Polars crate version)
- Number of threads used by Polars
-
Rust feature flags (See
vignette(“install”, “polars”)
for details)
Usage
polars_info()
Value
A list with information of the package
Examples
#> Polars R package version : 1.0.1.9000
#> Rust Polars crate version: 0.49.1
#>
#> Thread pool size: 4
#>
#> Features:
#> nightly TRUE
#> $r_package
#> [1] "1.0.1.9000"
#>
#> $rust_crate
#> [1] "0.49.1"
#> [1] TRUE