Skip to content

Commit a161add

Browse files
README: prune [ci skip]
1 parent 5308dfd commit a161add

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ expressions for futures `x` and `y` will be processed on two different
2828
compute nodes:
2929

3030
```r
31-
> library("future.batchtools")
31+
> library(future.batchtools)
3232
> plan(batchtools_torque)
3333
>
3434
> x %<-% { Sys.sleep(5); 3.14 }
@@ -51,8 +51,8 @@ separate chromosome. Here is an outline of how this nested parallelism
5151
could be implemented using futures.
5252

5353
```r
54-
library("future")
55-
library("listenv")
54+
library(future)
55+
library(listenv)
5656
## The first level of futures should be submitted to the
5757
## cluster using batchtools. The second level of futures
5858
## should be using multisession, where the number of
@@ -226,7 +226,7 @@ futures are evaluated_. For instance, to use local batchtools
226226
futures, run the demo as:
227227
228228
```r
229-
library("future.batchtools")
229+
library(future.batchtools)
230230
plan(batchtools_local)
231231
demo("mandelbrot", package = "future", ask = FALSE)
232232
```

vignettes/future.batchtools.md.rsp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ expressions for futures `x` and `y` will be processed on two different
4141
compute nodes:
4242

4343
```r
44-
> library("future.batchtools")
44+
> library(future.batchtools)
4545
> plan(batchtools_torque)
4646
>
4747
> x %<-% { Sys.sleep(5); 3.14 }
@@ -64,8 +64,8 @@ separate chromosome. Here is an outline of how this nested parallelism
6464
could be implemented using futures.
6565

6666
```r
67-
library("future")
68-
library("listenv")
67+
library(future)
68+
library(listenv)
6969
## The first level of futures should be submitted to the
7070
## cluster using batchtools. The second level of futures
7171
## should be using multisession, where the number of
@@ -240,7 +240,7 @@ futures are evaluated_. For instance, to use local batchtools
240240
futures, run the demo as:
241241

242242
```r
243-
library("future.batchtools")
243+
library(future.batchtools)
244244
plan(batchtools_local)
245245
demo("mandelbrot", package = "future", ask = FALSE)
246246
```

0 commit comments

Comments
 (0)