Re: [Rd] meaning of browser(skipCalls=) [and multiple mouse buttons]

2021-12-22 Thread Frederick Eaton
Hi Martin, The help documentation for browser() doesn't seem to mention anywhere that it is impossible to step outside of the function that called browser(). Is that indeed true? Can I use the debugger effectively without knowing it? Is there some other documentation where this fact is mentioned?

Re: [Rd] [External] hashtab implementation

2021-12-22 Thread Taras Zakharko
Since this topic has came up, may I dare to add some other comments? - it would be great if fast hash computation would be exposed at the R level (existing implementations such as rlang and digest rely on serialisation which adds unnessesry overhead), that would be very useful for many applicat

Re: [Rd] MS Windows: R does not escape quotes in CLI options the same way as Rterm and Rscript

2021-12-22 Thread Tomas Kalibera
Now fixed in R-devel Best Tomas On 12/16/21 10:22 AM, Tomas Kalibera wrote: On 12/15/21 10:48 PM, Henrik Bengtsson wrote: On MS Windows 10, the following works: Rscript --vanilla -e "\"abc\"" [1] "abc" and also: Rterm --vanilla --no-echo -e "\"abc.txt\"" [1] "abc.txt" whereas attempti

Re: [Rd] [External] Re: hashtab address arg

2021-12-22 Thread luke-tierney
On Wed, 22 Dec 2021, Ivan Krylov wrote: On Sat, 18 Dec 2021 11:50:54 +0100 Arnaud FELD wrote: However, I'm a bit troubled about the "address" argument. What is it intended for since (as far as I know) "address equality" is until now something that isn't really let for the user to decide withi

Re: [Rd] hashtab address arg

2021-12-22 Thread Ivan Krylov
On Sat, 18 Dec 2021 11:50:54 +0100 Arnaud FELD wrote: > However, I'm a bit troubled about the "address" argument. What is it > intended for since (as far as I know) "address equality" is until now > something that isn't really let for the user to decide within R. Using the words from "Extending