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
Copy file name to clipboardExpand all lines: dev/vignettes/_v04-parallel.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This function calls `make_cluster()`, which may also be used to create a 'miraiC
25
25
26
26
+ Specify 'n' to launch nodes on the local machine.
27
27
+ Specify 'url' for receiving connections from remote nodes.
28
-
+ Optionally, specify 'remote' to launch remote daemons using a remote configuration generated by `remote_config()`or `ssh_config()`.
28
+
+ Optionally, specify 'remote' to launch remote daemons using a remote configuration generated by `ssh_config()`, `cluster_config`or `remote_config()`.
29
29
30
30
Created clusters may be used for any function in the `parallel` base package such as `parallel::clusterApply()` or `parallel::parLapply()`, or the load-balanced versions such as `parallel::parLapplyLB()`.
Copy file name to clipboardExpand all lines: vignettes/v04-parallel.Rmd
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This function calls `make_cluster()`, which may also be used to create a 'miraiC
18
18
19
19
+ Specify 'n' to launch nodes on the local machine.
20
20
+ Specify 'url' for receiving connections from remote nodes.
21
-
+ Optionally, specify 'remote' to launch remote daemons using a remote configuration generated by `remote_config()`or `ssh_config()`.
21
+
+ Optionally, specify 'remote' to launch remote daemons using a remote configuration generated by `ssh_config()`, `cluster_config`or `remote_config()`.
22
22
23
23
Created clusters may be used for any function in the `parallel` base package such as `parallel::clusterApply()` or `parallel::parLapply()`, or the load-balanced versions such as `parallel::parLapplyLB()`.
0 commit comments