Skip to content

Messages about <pkg> is not installed should only be shown if relevant to the data being converted #1550

@etiennebacher

Description

@etiennebacher

Here, the message is useless because no columns would be converted to blob anyway.

library(polars)
packageVersion("polars")
#> [1] '1.3.1'
rlang::is_installed("blob")
#> [1] FALSE

pl$LazyFrame(x = 1) |> 
  as.data.frame()
#> ℹ The `blob` package is not installed.
#> ℹ The blob class vector will not be printed correctly.
#>   x
#> 1 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions