Hi, I'm running RStudio Version 1.1.442 on a Windows 10 machine with a system default of ISO-8859-1. This is more of an issue of curiosity, as this is not something that really affects my experience within RStudio, but for some reason the ‘
and ’
characters that are, for instance, used in warning messages such as:
Warning messages:
1: package ‘ggplot2’ was built under R version 3.4.4
show up as the unicode replacement character / question mark symbol, and linebreaks don't show up, but only in R notebooks and R Markdown files (regardless of encoding selected in 'Reopen with encoding')
package �ggplot2� was built under R version 3.4.4package �tibble� was built under R version 3.4.4package �tidyr� was built under R version 3.4.4package �readr� was built under R version 3.4.4package �stringr� was built under R version 3.4.4package �forcats� was built under R version 3.4.4
So loading the tidyverse in an .R script or simpy in the console looks like this:
But loading the tidyverse in an .RMD file looks like this:
I'm posting this in the RStudio IDE section, assuming that is where this belongs, rather than the R Markdown section.
Thanks in advance!