Gábor Csárdi
Gábor Csárdi
Since there is an adequate workaround for this, I am going to close it.
Can you set the `TMPDIR` env var before starting R, e.g. in a shell, to a place other than the default `"/tmp`, so the temporary file cleaning processes of the...
Does ``` pak::pak("local::../pkg2") ``` work? The regex that recognizes local paths is intentionally conservative, to avoid ambiguity. E.g. `foo/bar` could be a local directory or a GH repo.
Btw. the `./` prefix is already a special case, so this should work as well: ``` pak::pak("./../pkg2") ``` I guess we can special case the `../` and `..\` prefixes as...
It seems that there is no daily download data for Bioconductor, so we can't support it in cranlogs, at least not the way we support CRAN packages.
Have you tried putting git bash on the PATH?
rig does not use powershell to start RStudio, so try setting the PATH in your user's config, or the global config.
I meant like this: https://www.computerhope.com/issues/ch000549.htm#windows11 (You'll have to restart the shell after this, probably.) What does R (in Rstudio started with rig) give you for ``` Sys.which("bash") ``` ?
Ooops, thanks for letting us know. There are some examples in this article: https://cli.r-lib.org/reference/pluralization.html#use-no-instead-of-zero Would you like to submit a PR to add some examples to the manual page? They...
CRAN package metadata only contains the latest versions of packages, so if you have a `