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.5.0.9000                  
#> Platform: x86_64-pc-linux-gnu         
#> R:        R version 4.5.2 (2025-10-31)
#> 
#> ----Optional dependencies----                   
#> arrow:      22.0.0 
#> bit64:      4.6.0-1
#> blob:       1.2.4  
#> cli:        3.6.5  
#> clock:      0.7.3  
#> data.table: 1.17.8 
#> ggplot2:    4.0.0  
#> hms:        1.1.4  
#> mirai:      2.5.1  
#> nanoarrow:  0.7.0-1
#> tibble:     3.3.0  
#> vctrs:      0.6.5