Gábor Csárdi

Results 2262 comments of Gábor Csárdi

I would like to understand what is happening here, so thank you for the help! I'll send you a couple of more commands to run soon, if you don't mind.

Well, I am not entirely sure, it depends on how strict you want to be. If very strict, then all package code that is not a function definition. But of...

Top level assignments can be bad as well, actually, e.g. ```r foo

How about the rappdirs package?

I am not convinced that this is a good idea. It seems hard to implement it in a way that ensures that the incomplete storage belongs to the last interrupted...

Catching interrupts could actually work, except that curl is buggy: https://github.com/jeroen/curl/issues/216

Sorry, what I meant above is that returning the incomplete results is a great idea, but storing them in a private place and making sure that they belong to the...

Yeah, but why do the callbacks of the multi api support interrupt handlers and the easy api callbacks don't?

You could use an approach that is in the cleancall package, and just call `R_CheckUserInterrupt()` normally.

We could just return the result, with a warning, instead of storing it somewhere?