[Rd] motivation behind the fact that printing R vectors take equal (maximum one) amount of lines for each element

2020-12-18 Thread gaurav arora
What is the motivation behind the fact that printing R vectors take equal (maximum one) amount of lines for each element? The vector x has a large string at index 2, while

[Rd] R-devel crash

2020-12-18 Thread Gábor Csárdi
FYI. > sessionInfo() R Under development (unstable) (2020-12-17 r79645) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux bullseye/sid Matrix products: default BLAS: /opt/R-devel/lib/R/lib/libRblas.so LAPACK: /opt/R-devel/lib/R/lib/libRlapack.so locale: [1] LC_CTYPE=en_US

Re: [Rd] R-devel crash

2020-12-18 Thread Prof Brian Ripley
On 18/12/2020 13:39, Gábor Csárdi wrote: FYI. tolower, toupper and chartr with non-native chars is work in progress. (They were getting things wrong in a platform-dependent way, and it seems the replacement code is also flaky, if in general better than what went before.) sessionInfo()

Re: [Rd] Unicode characters in ISO8859-15 locale

2020-12-18 Thread Prof Brian Ripley
On 17/12/2020 12:28, Jeroen Ooms wrote: The hunspell package uses the code below to replace curly quotes (aka officially these are directional (or right/left) quotes. fancyquotes) with a regular ascii quotes that are needed for check spelling: chartr("\u2019", "'", input) As of last we