Skip to content

Print out the version of Polars and its optional dependencies

Source code

Description

[Experimental] Print out the version of Polars and its optional dependencies.

Usage

pl$show_versions()

Details

cli enhances the terminal output, especially error messages.

These packages may be used for exporting Series to R. See <Series>$to_r_vector() for details.

  • bit64
  • blob
  • clock
  • data.table
  • hms
  • tibble
  • vctrs

Value

NULL invisibly.

Examples

library("polars")

pl$show_versions()
#> --------Version info---------                                      
#> Polars:   1.11.0.9000                 
#> Platform: x86_64-pc-linux-gnu         
#> R:        R version 4.6.0 (2026-04-24)
#> 
#> ----Optional dependencies----                  
#> arrow:      24.0.0
#> bit64:      4.8.2 
#> blob:       1.3.0 
#> cli:        3.6.6 
#> clock:      0.7.4 
#> data.table: 1.18.4
#> ggplot2:    4.0.3 
#> hms:        1.1.4 
#> mirai:      2.7.0 
#> nanoarrow:  0.8.0 
#> tibble:     3.3.1 
#> vctrs:      0.7.3