You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On (at least) Windows, the R installation comes with both 32-bit and 64-bit binaries, i.e. architectures i386 and x64. The makeClusterFunctionsLocal() function uses the binary of the currently running R session;
On (at least) Windows, the R installation comes with both 32-bit and 64-bit binaries, i.e. architectures
i386
andx64
. ThemakeClusterFunctionsLocal()
function uses the binary of the currently running R session;However, there might be circumstances where you wish to run the job using a specific architecture. For instance, http://stackoverflow.com/questions/13070706/how-to-connect-r-with-access-database-in-64-bit-window.
Thus, it could be useful to support:
where
makeClusterFunctionsLocal()
looks something like:This might apply to other backends as well.
The text was updated successfully, but these errors were encountered: