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
ends up trying to set .libPaths("\\home.ser.ver.com/path/4.1")) on the cluster node rather than .libPaths("\\\\home.ser.ver.com/path/4.1")). Note how \\\\ becomes \\.
The text was updated successfully, but these errors were encountered:
From futureverse/future#566 (comment):
ends up trying to set
.libPaths("\\home.ser.ver.com/path/4.1"))
on the cluster node rather than.libPaths("\\\\home.ser.ver.com/path/4.1"))
. Note how\\\\
becomes\\
.The text was updated successfully, but these errors were encountered: