Hi,
I am a newbie, loading data (data(iris)) into R. Everything is fine but when I do View(iris), the Species names are shown in a different language. Wondering if there's a bug or something? Please see an example below.
Some system details that might be helpful:
R version 4.0.1 (2020-06-06)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)
I have something interesting to share. May be, you can look at it with your expert eye to nail the issue. Here's what I found. I right clicked on the line Showing 1 to 20 of 150 entries, 5 total columns and inspected in Styles (in DevTools) the last piece of code (body{}) which has font-family in it. The list in font-family is 'DejaVu Sans', 'Lucida Grande', 'Segoe UI', Verdana, Helvetica, sans-serif . When I remove/delete 'DejaVu Sans' from the list, the font in the table appears in English. It seems as if there's something wrong with the 'DejaVu Sans' font(?)
Sorry it has taken such a long time for anyone to respond! I must say however that I myself have no clue how to solve this, but I escalated this issue to the RStudio team and hopefully someone there can help you out.