Re: [Rd] issue with print()ing multibyte characters on R 4.0.4

2021-02-17 Thread Hiroaki Yutani
I filed an issue for this on R's Bugzilla as well, in case this makes it easier to track (This is my first time to submit a bug report, please excuse me if I'm failing to follow the appropriate steps to do this). https://bugs.r-project.org/bugzilla/show_bug.cgi?id=18059 2021年2月17日(水) 22:47 Hiroak

Re: [Rd] issue with print()ing multibyte characters on R 4.0.4

2021-02-17 Thread Hiroaki Yutani
Thanks for confirming and investigating. > but it was no one reported in the run up to 4.0.4. Yes, it was unfortunate that no one had reported it to the right place before the release... 2021年2月17日(水) 19:20 Prof Brian Ripley : > > On 17/02/2021 04:58, Hiroaki Yutani wrote: > > Hi all, > > > > I

Re: [Rd] issue with print()ing multibyte characters on R 4.0.4

2021-02-17 Thread Prof Brian Ripley
On 17/02/2021 04:58, Hiroaki Yutani wrote: Hi all, I saw several people on Japanese locale claim that, on R 4.0.4, print() doesn't display Japanese characters correctly. This seems to happen only on Windows and on macOS (I usually use Linux and I don't see this problem). For example, in the res

Re: [Rd] issue with print()ing multibyte characters on R 4.0.4

2021-02-17 Thread Tomas Kalibera
Thanks for the report, I can reproduce this on Windows, we'll investigate. Best Tomas On 2/17/21 5:58 AM, Hiroaki Yutani wrote: Hi all, I saw several people on Japanese locale claim that, on R 4.0.4, print() doesn't display Japanese characters correctly. This seems to happen only on Windows an

Re: [Rd] issue with data()

2021-02-17 Thread David Scott
I would recommend option 2. I have done that when changes to xtable broke some packages. xtable has a number of dependencies but not on the scale of survival. Just 4 packages out of 868 seems minimal to me. David Scott On 17/02/2021 3:39 am, Therneau, Terry M., Ph.D. via R-devel wrote: I am tes