Gábor Csárdi

Results 2251 comments of Gábor Csárdi
trafficstars

Yeah, unfortunately they changed the format of this, so this breaks pkgcache. Now you can use the dates directly, e.g. https://packagemanager.posit.co/cran/2019-07-12 and it should resolve to the previous snapshot if...

Will fix soon, but it'll probably take a couple of days.

I see this for daff: ``` ❯ pak::pkg_install("daff") ✔ Updated metadata database: 5.02 MB in 6 files. ✔ Updating metadata database ... done → Will install 1 package. → Will...

That should not make a difference: ``` ❯ pak::repo_add("MRAN@2022-12-05") ❯ pak::pkg_install("daff") ✔ Loading metadata database ... done → Will install 1 package. → Will download 1 CRAN package (1.74 MB)....

Can you show the output of the installation, please? I.e. the output of ```r install.packages( "pak", repos = sprintf( "https://r-lib.github.io/p/pak/devel/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch ) ) ```

I still get this: ``` ❯ pak::repo_add("MRAN@2022-12-05") ❯ pak::pkg_install("daff") ✔ Updated metadata database: 3.71 MB in 4 files. ✔ Updating metadata database ... done Error: ! error in pak subprocess...

@jeroenooms I think this is great! Btw. how about adding BDR's goodies as well, so that you don't need to replicate what's included there? It would be great to connect...

> Run "Ctrl+Shift+I" in Positron That does not do anything for me. I cannot reproduce this: ```r ❯ pak::pkg_install("r-lib/cli") ✔ Loading metadata database ... done → Will update 1 package....