Skip to content

Commit

Permalink
turn off runwithcaptured R
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jul 30, 2022
1 parent cb306e6 commit 0e7fdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/src/safe-call-into-r-impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bool CanRunWithCapturedR() {
on_old_windows = on_old_windows_fun();
}

return !on_old_windows && GetMainRThread().Executor() == nullptr;
return false && !on_old_windows && GetMainRThread().Executor() == nullptr;
#else
return false;
#endif
Expand Down

0 comments on commit 0e7fdbd

Please sign in to comment.