Gábor Csárdi

Results 1664 comments of Gábor Csárdi

There isn't anything actionable about this, so I am going to close it now.

This is probably a case when the solver is slow. We have improved this situation, do you still have this problem.

This is now supported, you can set an env var or option to force a sysreqs platform, see `sysreqs_platform` in the docs: https://pak.r-lib.org/reference/pak-config.html

Yes, I think a local repository would be better for this use case, so I am going to close this issue.

I think we would like to have a way to select specific repos for packages at some point, even though it is not easy to have a nice concise notation.

Did you install the latest version? E.g. ``` ❯ pak::pak_update(stream = "devel") trying URL 'https://r-lib.github.io/p/pak/devel/darwin20/aarch64/pak_0.3.1.9999_R-4-2_aarch64-darwin20.tgz' Content type 'application/octet-stream' length 5459001 bytes (5.2 MB) ================================================== downloaded 5.2 MB Updating to version...

The error now includes the trace, I believe.

@wurli You mean disabling Bioconductor? You can indeed do that now with ``` options(use_bioconductor = FALSE) ``` or setting the corresponding env var. See https://pak.r-lib.org/reference/pak-config.html

Right, that seems like a bug indeed.