-
Notifications
You must be signed in to change notification settings - Fork 80
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
Comments
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. |
Hi! The issue is beyond the scope of 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, |
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 |
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.
The text was updated successfully, but these errors were encountered: