Gábor Csárdi

Results 2222 comments of Gábor Csárdi
trafficstars

> the argument `r_versions` is in plural, making me think I should be able to provide a vector of R versions to download for. But when I do this I...

> theoretically, if pkg_download() makes the PACKAGES files, will it then rerun to remake when updating/adding more packages to the same folder? Yeah, you are right that that API would...

I think `pkg_bundle()` would have to work w/o a repo, and always re-bundle everything. Downloads are cached, so this is not that bad. `repo_mirror()` would be completely separate, and it...

@drmowinckels So, currently, `pkg_download()` will download all builds of the packages, e.g. if a package has a binary and a source build, it will download both (by default). This makes...

Fixed here: https://github.com/r-hub/sysreqsdb/commit/9d0cea2fa1becb4fe6edf8b7995ba1c6e5f9214c

There are a lot of jobs waiting, I am afraid that you'll need to wait for the email from R-hub.

We are focusing on improving https://github.com/r-lib/pak which already has this feature, so I suggest you try to see if pak meets your needs.

> Can pak install from a self-hosted Gitlab instance using OAUTH tokens? Only saw personal access tokens, but maybe it's an oversight on my part. IDK, but if remotes can,...

What OS and what credential helper?