Skip to content

Commit c57d54f

Browse files
Update vignette [#10]
1 parent 3035041 commit c57d54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")`

vignettes/future.batchtools.md.rsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")`

0 commit comments

Comments
 (0)