Re: [Rd] formatting raw vectors with names

2017-11-09 Thread Martin Maechler
> Lukas Stadler > on Thu, 9 Nov 2017 16:34:49 +0100 writes: > I think there’s a bug concerning the formatting of raw vectors with names: >> structure(as.raw(1:3), .Names = c("a", "", "c")) > a c > 01 02 03 >> structure(1:3, .Names = c("a", "", "c"

[Rd] formatting raw vectors with names

2017-11-09 Thread Lukas Stadler
I think there’s a bug concerning the formatting of raw vectors with names: > structure(as.raw(1:3), .Names = c("a", "", "c")) a c 01 02 03 > structure(1:3, .Names = c("a", "", "c")) a c 123 The problem is that EncodeRaw does not honor the requested wid