Gábor Csárdi
Gábor Csárdi
Btw. there is this thing: https://browsix.org/ that handles `fork()`, etc. on top of web workers, so I guess at some point callr etc. will work in webassembly.
Btw. if you set the `TESTTHAT_PARALLEL` env var to `FALSE` then you probably don't need a custom testthat branch. You could set it at startup I guess?
Yes, the binary from CRAN is corrupt, unfortunately. You can try to install it from source and then it will create the bundle on your computer: ```r install.packages("pak", type =...
@ShixiangWang that is weird indeed. Can you try another mirror, just to rule out a broken mirror?
@ShixiangWang I can't reproduce this, unfortunately. It seems that you are loading some packages from `.Rprofile`, can you to omit remove this from your profile, temporarily? Just to see if...
Thanks, this is really useful! Can you please try one a couple of more things, to pin this down? Can you install glue from source? (With your profile and env...
Great, thank you, this is invaluable! There is a chance that I can fix this, but if not, then we could at least give a better error message.
Btw. it is not great to unconditionally load packages in `.Rprofile`. This is why you cannot even install glue, because the installer process also loads the profile, and then R...
We could also customize the annotation, e.g. showing the license would make sense.
I am not sure why the 32 bit installation fails, but you probably don't need that, anyway, so maybe this works: ```r install.packages("pak", INSTALL_opts="--no-test-load") ``` Alternatively you can install the...