Closed anbrav0 closed 3 days ago
Thank you for the report!! ⭐ I'm able to confirm this broken behavior on Positron Version: 2024.11.0 (Universal) build 140
with tibble
version 3.2.1.
I'm fairly certain this is fixed by https://github.com/tidyverse/tibble/pull/1603, it just hasn't gotten on CRAN yet. So pak::pak("tidyverse/tibble")
plus a restart of R would fix it
This does in fact work correctly with the development version of tibble:
@anbrav0 please let us know if you continue to have problems with the dev version of tibble!
Thank you all!
related to: #4702 and the closed PR in https://github.com/tidyverse/tibble/pull/1603
Not sure if this is a regression, as the PR was closed and so was issue #4702
System details:
Positron and OS details:
Interpreter details:
R 4.4.1
Describe the issue:
calling
palmerpenguins::penguins |> tibble::view()
outputs the following error:Steps to reproduce the issue:
palmerpenguins::penguins |> tibble::view()
andpalmerpenguins::penguins |> utils::View()
in the Positron consoleExpected or desired behavior:
calling
palmerpenguins::penguins |> tibble::view()
should output similar behavior topalmerpenguins::penguins |> utils::View()
Were there any error messages in the UI, Output panel, or Developer Tools console?