File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ batchtools backends.
102102| ` batchtools_sge ` | Futures are evaluated via a [ Sun/Oracle Grid Engine (SGE)] job scheduler | N/A
103103| ` batchtools_lsf ` | Futures are evaluated via a [ Load Sharing Facility (LSF)] job scheduler | N/A
104104| ` batchtools_openlava ` | Futures are evaluated via an [ OpenLava] job scheduler | N/A
105- | ` batchtools_custom ` | Futures are evaluated via a custom set of cluster functions | N/A
105+ | ` batchtools_custom ` | Futures are evaluated via a custom batchtools configuration R script or via a set of cluster functions | N/A
106106| ` batchtools_interactive ` | sequential evaluation in the calling R environment | ` plan(transparent) `
107107| ` batchtools_multicore ` | parallel evaluation by forking the current R process | ` plan(multicore) `
108108| ` batchtools_local ` | sequential evaluation in a separate R process (on current machine) | ` plan(cluster, workers = "localhost") `
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ batchtools backends.
122122| `batchtools_lsf` | Futures are evaluated via a [Load Sharing Facility (LSF)] job scheduler | N/A
123123| `batchtools_openlava` | Futures are evaluated via an [OpenLava] job scheduler | N/A
124124<%-- | `batchtools_docker` | Futures are evaluated via a [Docker Swarm] cluster | N/A --%>
125- | `batchtools_custom` | Futures are evaluated via a custom set of cluster functions | N/A
125+ | `batchtools_custom` | Futures are evaluated via a custom batchtools configuration R script or via a set of cluster functions | N/A
126126| `batchtools_interactive` | sequential evaluation in the calling R environment | `plan(transparent)`
127127| `batchtools_multicore` | parallel evaluation by forking the current R process | `plan(multicore)`
128128| `batchtools_local` | sequential evaluation in a separate R process (on current machine) | `plan(cluster, workers = "localhost")`
You can’t perform that action at this time.
0 commit comments