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

Histograms on Windows: Update to R 4.2 #525

Closed
elinw opened this issue Nov 10, 2019 · 3 comments
Closed

Histograms on Windows: Update to R 4.2 #525

elinw opened this issue Nov 10, 2019 · 3 comments

Comments

@elinw
Copy link
Collaborator

elinw commented Nov 10, 2019

Pretty sure R 4.2 on Windows should fix this.

There is a known issue in which the in-line histograms and line graphs do not render correctly in windows. This is due to an issue that is deep within the handling of special characters (UTF-8) in Windows and in data frames on the R side of things.

In the console this can sometimes be addressed by making some specific changes to locale as outlined in the documentation.

In rmarkdown documents there may be some instances where you can generate better results, but in general on Windows you will have to simply not try to display the graphs. There are multiple ways to do this described in the documentation.

@mik3y64
Copy link

mik3y64 commented Dec 7, 2019

Is there a timeline of when this issue will be fixed? Without main features of histograms and line graphs, Windows users can't use it.

@michaelquinn32
Copy link
Collaborator

michaelquinn32 commented Dec 9, 2019

Hi!

The issue is beyond the scope of skimr and is tied to R's lack of full support for unicode text.

There is a lot of documentation on and tools for how to work around the issue on windows, including

Try some of these and see if they help.

Best wishes,
Michael

@bwiernik
Copy link

bwiernik commented Sep 8, 2020

See here for a discussion of this longstanding issue with UTF-8 in R for Windows and how it might possibly be resolved: https://developer.r-project.org/Blog/public/2020/07/30/windows/utf-8-build-of-r-and-cran-packages/index.html

@elinw elinw changed the title Histograms and line graphs not rendering on Windows Histograms on Windows: Update to R 4.2 Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants