Gábor Csárdi

Results 2061 comments of Gábor Csárdi

No, it is not. Your code catches the error in `e` and then ignores it and throws another error without an error message. E.g. ``` tryCatch( stop("original error message"), error...

This will be eventually fixed in askpass: https://github.com/r-lib/askpass/issues/3 Until then you can use a workaround and query the password with `getPass()` first: ``` keyring::keyring_unlock("ds", password = getPass::getPass()) .pwd

Use pak to install packages on GHA, it is already installed by `setup-r-dependencies@v2`.

@muschellij2 I am sorry, I forgot, is this still an issue, or using the full sha solves your problems?

You are right that a full clone would save some users, but it would also cause pain to other users, when installing from large repos. Popular packages often have large...

Set `show_after` to zero. I.e. ```r pb

I am not sure what it would take to implement this, to be honest. E.g. for parallel, one would need parallel to communicate back, how much of the work has...

I cannot reproduce this. Do you have a custom user-level Makevars file? ``` R> devtools::install_github("sgutreuter/screenr", ref = "master") Downloading GitHub repo sgutreuter/screenr@master Error: Failed to install 'screenr' from GitHub: Multiple...

Thanks. I am not completely satisfied with the syntax and the `lapply_with_bar` name, but if I cannot come up with anything better, I'll go with these, soon.