Gábor Csárdi

Results 1664 comments of Gábor Csárdi

Thanks! Can you also include the output of this? ``` cat /etc/debian_version ```

Closed by 8c08328

I am going to postpone this until we have arm64 R builds for them on Linux.

For macOS, we would need to extract the R version from the `.pkg` file, with something like ``` pkgutil --bom R-4.1.2.pkg lsbom /tmp/R-4.1.2.pkg.boms.ZOFdZ8/R-fw.pkg/Bom ```

rim creates links for all R versions via `rim system make-links`, which is called automatically if you install with rim. So this is just ``` ❯ R-3.6 --version R version...

@krlmlr Is this ^^ good? Does `rim run` have any advantage?

True. That does seem useful.

Maybe we could also use this to run a different versions of R in the RStudio terminal, which is not great currently because of the many `R_*` env vars that...

Some planning for this. * We could go back to 3.0.0, installers after that in general work with rig, most probably. * Current release might not (yet) have an installer....

I agree that this would be great, but unfortunately it is hard, because the Linux builds need to be in `/opt`. There is no easy way around this currently. It...