Gábor Csárdi

Results 2061 comments of Gábor Csárdi

I am running out of ideas, but what's the output of this? ``` sudo R -q -e 'Sys.getenv("HOME")' sudo -E R -q -e 'Sys.getenv("HOME")' ```

Do you have some special sudo installed or configured? E.g. did you change `/etc/sudoers`? What's the output of these? ``` which -a sudo dpkg -l | grep sudo ```

Yes, I suspect that this is an interaction of how your sudo is set up and how rig works. I would be happy to fix it in rig, but I...

I'll leave this issue open until the next rig release, and before the next release I'll some more debug logging to this part, so we'll have a chance to see...

What is your OS and OS version? What are the R versions you installed? What is the version of rig?

@mbstadler We can probably add an option for that on macOS, installers default to the system language. In the meanwhile you can probably work around it by putting this in...

I'll still add an option for this at some point.

Are you using the latest version of rig? If not, can you upgrade?

For now, please get the DEB package from here: https://github.com/r-lib/rig/releases/tag/v0.7.0

OK, then this is definitely a bug, and we'll fix it.