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
|`batchtools_lsf`| Futures are evaluated via a [Load Sharing Facility (LSF)](https://en.wikipedia.org/wiki/Platform_LSF) job scheduler | N/A|
105
-
|`batchtools_openlava`| Futures are evaluated via an [OpenLava](https://en.wikipedia.org/wiki/OpenLava) job scheduler | N/A|
106
-
|`batchtools_sge`| Futures are evaluated via a [Sun/Son of/Oracle/Univa/Altair Grid Engine (SGE)](https://en.wikipedia.org/wiki/Oracle_Grid_Engine) job scheduler | N/A|
107
-
|`batchtools_slurm`| Futures are evaluated via a [Slurm](https://en.wikipedia.org/wiki/Slurm_Workload_Manager) job scheduler | N/A|
108
-
|`batchtools_torque`| Futures are evaluated via a [TORQUE](https://en.wikipedia.org/wiki/TORQUE) / PBS job scheduler | N/A|
109
-
|`batchtools_custom`| Futures are evaluated via a custom batchtools configuration R script or via a set of cluster functions | N/A|
110
-
|`batchtools_multicore`| parallel evaluation by forking the current R process |`plan(multicore)`|
111
-
|`batchtools_local`| sequential evaluation in a separate R process (on current machine)|`plan(cluster, workers = I(1))`|
105
+
| Backend | Description | Alternative in future package |
106
+
|:---|:---|:---|
107
+
|`batchtools_lsf`| Futures are evaluated via a [Load Sharing Facility (LSF)](https://en.wikipedia.org/wiki/Platform_LSF) job scheduler | N/A |
108
+
|`batchtools_openlava`| Futures are evaluated via an [OpenLava](https://en.wikipedia.org/wiki/OpenLava) job scheduler | N/A |
109
+
|`batchtools_sge`| Futures are evaluated via a [Sun/Son of/Oracle/Univa/Altair Grid Engine (SGE)](https://en.wikipedia.org/wiki/Oracle_Grid_Engine) job scheduler | N/A |
110
+
|`batchtools_slurm`| Futures are evaluated via a [Slurm](https://en.wikipedia.org/wiki/Slurm_Workload_Manager) job scheduler | N/A |
111
+
|`batchtools_torque`| Futures are evaluated via a [TORQUE](https://en.wikipedia.org/wiki/TORQUE) / PBS job scheduler | N/A |
112
+
|`batchtools_custom`| Futures are evaluated via a custom batchtools configuration R script or via a set of cluster functions | N/A |
113
+
|`batchtools_multicore`| parallel evaluation by forking the current R process |`plan(multicore)`|
114
+
|`batchtools_local`| sequential evaluation in a separate R process (on current machine) |`plan(cluster, workers = I(1))`|
0 commit comments