Skip to content

Print out the version of Polars and its optional dependencies

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:   0.0.9000.9000               
#> Platform: x86_64-pc-linux-gnu         
#> R:        R version 4.5.1 (2025-06-13)
#> 
#> ----Optional dependencies----                    
#> arrow:      20.0.0.2
#> bit64:      4.6.0-1 
#> blob:       1.2.4   
#> cli:        3.6.5   
#> clock:      0.7.3   
#> data.table: 1.17.6  
#> ggplot2:    3.5.2   
#> hms:        1.1.3   
#> mirai:      2.3.0   
#> nanoarrow:  0.6.0-1 
#> tibble:     3.3.0   
#> vctrs:      0.6.5