Gábor Csárdi
Gábor Csárdi
They are not accidental, I did not validates that they work for multiple packages, and there are no tests for this, either. But we can take a look at this.
Oh, right, sure, that's a bug of course. Thanks!
The dev version is now called nightly build: https://github.com/r-lib/pak#nightly-builds
Yes, that is confusing, it will be sorted out soon.
I don't think pkgdepends should fail, because this might happen downstream, and then it will be very annoying if you need a package that you don't maintain, and thus cannot...
Yeah, even just this fails: ``` ❯ pak::pkg_install("catboost=catboost/catboost/catboost/R-package") → Will install 1 package. → The package (0 B) is cached. + catboost 1.0.5 👷♀️🔧 (GitHub: 09376bd) ℹ No downloads are...
``` remotes::install_github("catboost=catboost/catboost/catboost/R-package") ``` seems to work, btw. if you need a workaround.
Sure, it is a bug.
Yeah, we could post-process this, at least in the simple cases like this.
Well, you can't currently. This was supported before, and the parser sill parses it, but I temporarily removed it when re-organizing the internals. So it is not just documentation, I'll...