Re: [Rd] iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)

2016-02-24 Thread Duncan Murdoch
On 23/02/2016 7:06 AM, Mikko Korpela wrote: On 23.02.2016 11:37, Martin Maechler wrote: nospam@altfeld-im de on Mon, 22 Feb 2016 18:45:59 +0100 writes: > Dear R developers > I think I have found a bug that can be reproduced with two lines of code > and I am very thankful t

Re: [Rd] iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)

2016-02-24 Thread Mikko Korpela
On 24.02.2016 15:47, Duncan Murdoch wrote: > On 23/02/2016 7:06 AM, Mikko Korpela wrote: >> On 23.02.2016 11:37, Martin Maechler wrote: nospam@altfeld-im de on Mon, 22 Feb 2016 18:45:59 +0100 writes: >>> >>> > Dear R developers >>> > I think I have found a bug that

[Rd] On recent change to 'prettyDate'

2016-02-24 Thread Suharto Anggono Suharto Anggono via R-devel
A news entry for R 3.2.3 patched: pretty(D) for date-time objects D now also works well if range(D) is (much) smaller than a second. In the case of only one unique value in D, the pretty range now is more symmetric around that value than previously. Similarly, pretty(dt) no longer returns a leng

Re: [Rd] iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)

2016-02-24 Thread Duncan Murdoch
On 24/02/2016 9:55 AM, Mikko Korpela wrote: On 24.02.2016 15:47, Duncan Murdoch wrote: On 23/02/2016 7:06 AM, Mikko Korpela wrote: On 23.02.2016 11:37, Martin Maechler wrote: nospam@altfeld-im de on Mon, 22 Feb 2016 18:45:59 +0100 writes: > Dear R developers > I think I ha

[Rd] %OS on output

2016-02-24 Thread Suharto Anggono Suharto Anggono via R-devel
R help on 'strptime' has the following in "Details" section. Specific to R is ‘%OSn’, which for output gives the seconds truncated to ‘0 <= n <= 6’ decimal places (and if ‘%OS’ is not followed by a digit, it uses the setting of ‘getOption("digits.secs")’, or if that is unset, ‘n = 3’). In realit

Re: [Rd] %OS on output

2016-02-24 Thread Joshua Ulrich
On Wed, Feb 24, 2016 at 10:40 AM, Suharto Anggono Suharto Anggono via R-devel wrote: > R help on 'strptime' has the following in "Details" section. > Specific to R is ‘%OSn’, which for output gives the seconds truncated to ‘0 > <= n <= 6’ decimal places (and if ‘%OS’ is not followed by a digit, i

Re: [Rd] iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)

2016-02-24 Thread Duncan Murdoch
On 24/02/2016 11:16 AM, Duncan Murdoch wrote: On 24/02/2016 9:55 AM, Mikko Korpela wrote: On 24.02.2016 15:47, Duncan Murdoch wrote: On 23/02/2016 7:06 AM, Mikko Korpela wrote: On 23.02.2016 11:37, Martin Maechler wrote: nospam@altfeld-im de on Mon, 22 Feb 2016 18:45:59 +0100 writes: