-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
Adapt extension of R executable depending on os #2605
Conversation
861be83
to
c0716c0
Compare
Since the string |
c0716c0
to
53b6e99
Compare
I don't think the constant improves things. this should just be a 2 line change (import + changing the call) |
ok, will revert later. |
53b6e99
to
b859820
Compare
Seems like the swift installation (unrelated to this PR) is broken... |
yeah there's like ~4 things that have slipped -- I wouldn't worry about it -- I'll be fixing those separately |
Ok. I think my part is done, I'll rebase once |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closes #2599 by adding ensuring
.exe
suffix to theRscript
executable on Windows. But I don't understand if that change breaks current uses or if some versions of Windows / shells just add `.exe. when it's missing while others don't.Also, I am not sure if it also closes lorenzwalthert/precommit#441 or if the added
~
in the Rscript path is of any harm or not andctypes.windll.kernel32.GetLongPathNameW
from the standard library is needed to use get full path.