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
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
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
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
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?