jmv icon indicating copy to clipboard operation
jmv copied to clipboard

Non-unicode alternative for Greek letters

Open tsrobinson opened this issue 3 years ago • 3 comments

Hi there, I use your package when teaching undergraduates statistics and students really love the clarity of the output.

I'm running into a few issues where students with system language settings other than English get multibyte string errors when R tries to render the Greek letters in the output headings (using RStudio).

For example, when running contTables(), it seems to fail rendering the chi-2 heading:

Error in withCallingHandlers(expr, warning = function (w)... invalid multibyte string at '<cf><87><c2>?Tests'

I was wondering if in a future update it would be possible to have a non-unicode alternative for these headings, based on detecting a user's system language?

Thanks!

tsrobinson avatar Mar 03 '22 11:03 tsrobinson

hmm, let me take a look. we may be able to address this.

but basically, we're all waiting for R 4.2 to come out to fix these issues once and for all:

https://developer.r-project.org/Blog/public/2021/12/07/upcoming-changes-in-r-4.2-on-windows/

jonathon

jonathon-love avatar Mar 04 '22 01:03 jonathon-love

Thanks Jonathon!

tsrobinson avatar Mar 04 '22 09:03 tsrobinson

i think this may longer be an issue since R 4.2 ...

jonathon-love avatar Nov 20 '23 06:11 jonathon-love

i think this is all fixed in R 4.2+

jonathon-love avatar May 31 '24 12:05 jonathon-love