You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been brought up elsewhere (#351, #346, #349, #354) and it appears to relate to an issue with RStudio's default font selection, at least on OSX, have a wider bold character than a non-bold character (rstudio/rstudio#1721). This is a feature of the font that is being used - it isn't a problem with the tibble package per se.
I fixed the alignment issue by switching the font that RStudio uses from Monaco to Menlo-Regular. It isn't a perfect fix (since the user encounters a problem on a fresh install using the defaults in RStudio on, at least, MacOS) but it is a temporary fix.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
With the newest version of tibble, it appears headers and the underlying data can be misaligned when displayed in RStudio. Here is an example:
iris %>% as_tibble()
Inside RStudio, it appears as follows (Note the misalignment):
Oddly, when copying and pasting, the alignment is as expected:
The text was updated successfully, but these errors were encountered: