Gábor Csárdi
Gábor Csárdi
Maybe a memory leak. Which backend are you using?
Are you using libsecret or environment variables?
Seems like a memory leak in the openssl package: https://github.com/jeroen/openssl/issues/79
Seems like it is not `read_key` after all, so it must be something else.
It is not so simple because it might be impossible to tell where packages were installed from, they might not be available at the place they were installed from, etc....
Thanks, and sorry for the very long wait, I'll look at the PR soon.
Sorry about that. Unfortunately devtools re-exports these functions and also includes a manual page for them, with the old signature. So they break `R CMD check` in devtools. I re-added...
Prioritization would be nice, but that's also not (really) implemented in remotes, which just does the same as `install.packages()`, and takes the latest version of every package. Which is the...
Most options are now passed to the subprocess. `R_BIOC_MIRROR` still isn't, so I'll keep this open.
For the record, `--no-build-vignettes` still runs all the code in the vignettes, only does not build the output PDF or HTML. Nevertheless, I don't mind if we make this configurable...