John Muschelli

Results 107 comments of John Muschelli

So the end result is that you cannot do weighted survival concordance with weighting except for frequency weights (e.g. no survey weighting)?

So I didn't realize that [`xfun::exit_call`](https://search.r-project.org/CRAN/refmans/xfun/html/exit_call.html could defer an `on.exit` call until a parent function exited, so that closes this issue for me almost completely. I can use the above...

True, withr does provide a nice solution. In my case, I was trying to create a general function that is going to be used in many places. So I think...

Sorry - `withr` definitely had an option for what I needed, I was just nothing that, for me, if the function was called many times, I'd prefer ```r runfunction() ```...

Got it, that’s great. I think the only choice I was thinking is whether to use withr::defer or xfun::exit_call, which I think are similar but slightly different in functionality. On...

```r install_gitlab("jimhester/covr") ``` default uses `auth_token = gitlab_pat(quiet)`. So in this instance, whatever (likely a bad token) is in `GITLAB_PAT` env var is set to `auth_token` for remote. NB: *it...

I have made a simple wrapper for ffmpeg to try to do this with ffmpeg only. https://github.com/muschellij2/recordscreen