Gábor Csárdi

Results 2751 comments of Gábor Csárdi

Maybe we can change the default, actually. We could omit the user library by default if the (original) user is `root`. We need to be careful, because people do ```...

I decided not to change this now, since you could solve your original problem, and changing the installation location now could break people's workflows. Please reopen or open a new...

I have some vague memories that symlinks didn't work well on Windows, that's why I started creating the `.bat` files. (On other platforms rig uses symlinks.) But let me experiment...

What version of rig? What version of RStudio?

I am fairly sure that this should be now fixed, the new release is coming very soon.

It is literally in `rig add --help`, though: ``` # Install arm64 build of R (default on arm64 macs) rig add -a arm64 release # Install x86_64 build of R...

If we want `oldrel/3` to work, then we might as well, change the default arch for older R versions.

Or maybe this is something that pak should do?

I am not sure how we could do this without hardcoding the R versions for which the packages are archived.

@FONDECYTACC It seems like the ANSI sequences are not handled properly by your terminal. Which terminal are you using? Try setting the `NO_COLOR=1` environment variable: In `cmd.exe`: ``` set NO_COLOR=1...