Konrad Rudolph

Results 157 comments of Konrad Rudolph

Hi @radbasa Apologies, I haven’t had time yet to look at the proposal but I promise I’ll get to it eventually. At any rate thanks a lot for the PR,...

I cannot reproduce this: when I execute the code, the object sizes stay constant. This is true across multiple systems and versions of R. Here’s the output I get when...

Hi, Thanks for the detailed error description! Unfortunately I am completely unable to reproduce this issue… I’ve attached a video where I am running your example as closely as I...

@MichaelChirico I am on holidays without computer access this week. However, I would be very interested in a way to support this, and this has been a repeated question from...

Specifying `--no-save` does make a difference: ``` $ rig run […] > q() Save workspace image? [y/n/c]: ^D ``` ``` $ R --no-save […] > q() [quits without prompt] ```

A modest proposal: make `rig run` an alias for `R --no-save --no-restore` instead of currently just `R`, to shed some historical ballast (the default R settings of saving/restoring globalenv is...

`all()` is a (group) S3 generic, so the `NAMESPACE` declaration that ‘roxygen2’ generates is correct, even if it’s not the one you want/expect: ‘roxygen2’ has no way of knowing whether...

`/-/` might be a good idea, though we should be aware that it’s *not* a reserved path element in general, just for GitLab. So other Git remote repository URIs might...

Unfortunately the fix is not quite that easy for somebody who isn’t fluent in XPath, since `EQ_ASSIGN` *is* already included: https://github.com/r-lib/lintr/blob/11eae86373104d813c55d85cf1538108eb40082c/R/declared_functions.R#L7 (I tried changing it to `./EQ_ASSIGN` because I am...

Ah, I guess this note in the Wiki might address this: > The outermost `` may be `` or `` instead.