Hi stateliest,
I'm trying to install a package named "rcall", but has a small issue with that.
I'm using Mac, and the default path in the package doesn't work, so I changed the path using

rcall setpath "/Applications/R.app"

And I typed

rcall_check

but it gives me error message like: zsh:1: permission denied: /Applications/R.app
So I changed the path again, this time

rcall setpath "/Applications/R.app/Contents/MacOS/R"

After doing this, the rcall_check command succeeded to open R console, but it doesn't really work and Stata was frozen.
I read previous posts and tried rcall setpath "/usr/local/bin/r" but it did't help.

Did anyone have same issue? Or could anyone let me know a solution?

Thank you!