Skip to content

Commit 8899ef3

Browse files
README: re-generate
1 parent 43f4fa0 commit 8899ef3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
## TL;DR
1010

11-
Here is an example on how to evaluate R expressions on a Slurm
12-
high-performance compute (HPC) cluster from within R.
11+
Here is an example of how to evaluate R expressions on a Slurm
12+
high-performance computing (HPC) cluster from within R.
1313

1414
```r
1515
library(future)
@@ -56,8 +56,8 @@ users of your package to leverage the compute power of
5656
high-performance computing (HPC) clusters via a simple switch in
5757
settings - without having to change any code at all.
5858

59-
For instance, the below two future R expressions will be processed
60-
by parallel R workers that launched on different compute nodes by the
59+
For instance, the following two future R expressions will be processed
60+
by parallel R workers launched on different compute nodes by the
6161
specified job scheduler:
6262

6363
```r
@@ -95,7 +95,7 @@ demo("mandelbrot", package = "future", ask = FALSE)
9595
```
9696

9797

98-
## Available batchtools backend
98+
## Available batchtools backends
9999

100100
The **future.batchtools** package implements a generic future wrapper
101101
for all batchtools backends. Below are the most common types of

0 commit comments

Comments
 (0)