search for: r_inspect

Displaying 4 results from an estimated 4 matches for "r_inspect".

2018 Oct 08
2
bug with OutDec option and deferred_string altrep object
...(<source>, scipen=-5L, OutDec=',') for the value of xx above. To save space, you could avoid saving these values in the common case where scipen=0L, OutDec='.'. It would also be better if the data1 field was a well-formed pairlist; the current value of the data1 field causes R_inspect to segfault. I understand that you probably wouldn't want to change the deferred_string structure. An alternative fix would be to avoid this case by: 1. Never create a deferred_string if OutDec is not '.'. 2. When expanding an element of a deferred_string, temporarily set OutDec t...
2018 Oct 09
0
bug with OutDec option and deferred_string altrep object
...pen=-5L, OutDec=',') for the value of xx above.? To save space, you > could avoid saving these values in the common case where scipen=0L, > OutDec='.'.? It would also be better if the data1 field was a > well-formed pairlist; the current value of the data1 field causes > R_inspect to segfault. > > I understand that you probably wouldn't want to change the > deferred_string structure.? An alternative fix would be to avoid this > case by: > ? 1. Never create a deferred_string if OutDec is not '.'. > ? 2. When expanding an element of a deferred_st...
2011 Apr 13
0
R 2.13.0 is released
...ed by R_ext/Print.h in C++ code if the macro R_USE_C99_IN_CXX is defined when it is included. ? pythag duplicated the C99 function hypot. It is no longer provided, but is used as a substitute for hypot in the very unlikely event that the latter is not available. ? R_inspect(obj) and R_inspect3(obj, deep, pvec) are (hidden) C-level entry points to the internal inspect function and can be used for C-level debugging (e.g., in conjunction with the p command in gdb). ? Compiling R with --enable-strict-barrier now also enables additional checkin...
2011 Apr 13
0
R 2.13.0 is released
...ed by R_ext/Print.h in C++ code if the macro R_USE_C99_IN_CXX is defined when it is included. ? pythag duplicated the C99 function hypot. It is no longer provided, but is used as a substitute for hypot in the very unlikely event that the latter is not available. ? R_inspect(obj) and R_inspect3(obj, deep, pvec) are (hidden) C-level entry points to the internal inspect function and can be used for C-level debugging (e.g., in conjunction with the p command in gdb). ? Compiling R with --enable-strict-barrier now also enables additional checkin...