Displaying 4 results from an estimated 4 matches for "r67101".
2014 Dec 04
4
\U with more than 4 digits returns the wrong character
....fileformat.info/info/unicode/char/1d4d0/index.htm
On my machine, it prints the Hangul character corresponding to
"\Ud4d0"
http://www.fileformat.info/info/unicode/char/d4d0/index.htm
It seems that the hex-digit part is overflowing at 16^4.
I tested this on R3.1.2 and devel (2014-12-03 r67101) x64 under
Windows. I played around with Sys.setlocale and options("encoding"),
but couldn't get the expected value.
Can others reproduce this? It feels like a bug, but experience tells
me I probably have something silly going on with my setup.
--
Regards,
Richie
2014 Dec 06
1
R CMD check --as-cran and (a)spell checking
...t these words as misspelled. I want this
dictionary to come with the *.tar.gz such that it will be available
regardless where the package is checked. For instance, currently I
get:
* using log directory 'T:/R/_R-3.1.2patched/matrixStats.Rcheck'
* using R version 3.1.2 Patched (2014-12-03 r67101)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'matrixStats/DESCRIPTION' ... OK
* this is package 'matrixStats' version '0.12.0'
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Henrik Bengtsson <henrikb...
2014 Dec 04
1
\U with more than 4 digits returns the wrong character
...chine, it prints the Hangul character corresponding to
>>
>> "\Ud4d0"
>> http://www.fileformat.info/info/unicode/char/d4d0/index.htm
>>
>> It seems that the hex-digit part is overflowing at 16^4.
>>
>> I tested this on R3.1.2 and devel (2014-12-03 r67101) x64 under
>> Windows. I played around with Sys.setlocale and options("encoding"),
>> but couldn't get the expected value.
>>
>> Can others reproduce this? It feels like a bug, but experience tells
>> me I probably have something silly going on with my...
2014 Dec 04
0
\U with more than 4 digits returns the wrong character
...index.htm
>
> On my machine, it prints the Hangul character corresponding to
>
> "\Ud4d0"
> http://www.fileformat.info/info/unicode/char/d4d0/index.htm
>
> It seems that the hex-digit part is overflowing at 16^4.
>
> I tested this on R3.1.2 and devel (2014-12-03 r67101) x64 under
> Windows. I played around with Sys.setlocale and options("encoding"),
> but couldn't get the expected value.
>
> Can others reproduce this? It feels like a bug, but experience tells
> me I probably have something silly going on with my setup.
>
> --...