Skip to content

Commit

Permalink
remove brittle link
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Apr 24, 2024
1 parent fd83c57 commit 72eaaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/plugins.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you implement a custom [`terminate_worker()`](https://wlandau.github.io/crew/

# Example

The following is a custom custom launcher class whose workers are local R processes on Unix-like systems.^[See [`tests/local/test-launcher-system2.R`](https://github.com/wlandau/crew/blob/main/tests/local/test-launcher-system2.R) for an example launcher without a `termiante_worker()` method.]
The following is a custom custom launcher class whose workers are local R processes on Unix-like systems.

```{r}
custom_launcher_class <- R6::R6Class(
Expand Down

0 comments on commit 72eaaf4

Please sign in to comment.