Gábor Csárdi

Results 1664 comments of Gábor Csárdi

Good idea. I created a `latest` tag and release and also renamed the installers: https://github.com/r-lib/rig/releases/tag/latest

Another issue that we might not be able to work around is that older R installers (before the x86_64 only R 4.2.0?) will only install the 32 bit version of...

Hmmm, this might be a temporary problem if we don't start a new shell? We'll keep this open until I'll know for sure....

It was most probably a coincidence, but you can run the same command again to make sure. If `apt-get` wants an ENTER, then it prints something like ``` Do you...

Actually, I have just seen this on Ubuntu in a root shell.

Seemingly this only appears from a root shell, when there is no sudo. `apt` thinks that it is running interactively. There is probably a way to make it silent and...

So should rig use the `.Rproj` file that is in the same directory as `renv.lock`? Is it possible to have multiple `.Rproj` files in that directory?

Yeah, a warning would be nice indeed when changing permissions of existing R versions. Or rig probably should not change the permissions of the other R versions at all.

We can probably do that. What's the output of this? ``` cat /etc/os-release ```