Closed
Description
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.