[R-SIG-Mac] Permission issues running R in terminal
Jeroen Ooms
jeroenoom@ @end|ng |rom gm@||@com
Mon Feb 19 10:43:24 CET 2024
On Sun, Feb 18, 2024 at 11:57 PM Duncan Murdoch <murdoch.duncan using gmail.com>
wrote:
> I wanted to see the options to R CMD INSTALL, and was surprised to see
> this output:
>
> $ R CMD INSTALL --help
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> Error in tools:::.install_packages() :
> current working directory cannot be ascertained
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
>
> I installed R from CRAN, and am not running the current version: I'm
> still on 4.3.1, with OS also kind of old: Monterey 12.7.3, so I was
> surprised by this. Is anyone else seeing it?
>
This happens when you don't have write access in the current dir:
mkdir /tmp/test
cd /tmp/test
chmod 0 .
R CMD INSTALL --help
[[alternative HTML version deleted]]
More information about the R-SIG-Mac
mailing list