Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in is.infinite when dealing with NULLs in list cols #18

Open
MilesMcBain opened this issue Aug 24, 2022 · 0 comments
Open

Error in is.infinite when dealing with NULLs in list cols #18

MilesMcBain opened this issue Aug 24, 2022 · 0 comments

Comments

@MilesMcBain
Copy link
Owner

Edge case arose from jsonlite::fromJSON:

library(tibble)
paint::paint(tibble(
    col1 = c(1,2,3),
    col2 = list(NULL, NULL, list(arg = "text"))
  ))
#> Error in is.infinite(x): default method not implemented for type 'list'

Created on 2022-08-24 with reprex v2.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant