Skip to content

Commit 2be5263

Browse files
committed
Fix duplicate code chunk label
1 parent 707074b commit 2be5263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/parallelism.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ make(my_plan, parallelism = "future_lapply")
154154

155155
This approach should allow you to deploy targets to a [Docker container](https://www.docker.com/what-container).
156156

157-
```{r owncluster, eval = FALSE}
157+
```{r ownclusterdocker, eval = FALSE}
158158
## Setup of Docker worker running rocker and r-base
159159
## (requires installation of future package)
160160
cl <- future::makeClusterPSOCK(

0 commit comments

Comments
 (0)