-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto-detection of rscript/r should not override user settings #28
Comments
The only possible workaround seems to call the full signature factory method manually (which seems tedious to me):
|
@holgerbrandl have you any solutions or pull requests for this? |
Not really. It's been quite a while since I was looking into the problem. |
it worked for me with this (under linux) :
but under windows, it seems that my probleme come from the fact that i don't have an admin account in my work computer, so in options, i give the path "C:\Users\.....\R\R-4.0.3\bin\Rscript.exe" |
This code looks valid to me but fails to run
The error is
The reasons seems that
com.github.rcaller.rstuff.RCallerOptions#create()
is overriding my custom settings by callingGlobals.detect_current_rscript();
internally. The latter should check if the user has set own defaults before detecting R (which also lacks support for macos)The text was updated successfully, but these errors were encountered: