Re: [Rd] Defining a `show` function breaks the print-ing of S4 object -- bug or expected?

2015-07-20 Thread luke-tierney
This fixed in R-devel in r68702; in R-3-2-branch in r68705. Best, luke On Tue, 30 Jun 2015, Duncan Murdoch wrote: On 30/06/2015 7:04 PM, Paul Gilbert wrote: On 06/30/2015 11:33 AM, Duncan Murdoch wrote: On 30/06/2015 5:27 PM, Lorenz, David wrote: There is something I'm really missing her

Re: [Rd] Errors on Windows with grep(fixed=TRUE) on UTF-8 strings

2015-07-20 Thread suimong
Thank you Winston for the solution! The only workaround I come up with is to set options(encoding = "UTF-8"), which is generally undesirable. I'm wondering is there any chance this patch will be included in future R version? I have been running into this problem from time to time and the latest R