Skip to content

Commit

Permalink
make DoparParam explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Feb 14, 2019
1 parent 1d732fa commit 3e382cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/userguide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ x = foreach(i=1:3) %dopar% sqrt(i) # this will be executed as jobs
```

As [BiocParallel](http://bioconductor.org/packages/release/bioc/html/BiocParallel.html)
uses `foreach` too, this means we can run all packages that use `BiocParallel`
on the cluster as well.
supports `foreach` too, this means we can run all packages that use `BiocParallel`
on the cluster as well via `DoparParam`.

### With `drake`

Expand Down

0 comments on commit 3e382cc

Please sign in to comment.