Skip to content

Commit ff775c9

Browse files
committed
Vignette correction
1 parent 5407930 commit ff775c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/vignettes/_v06-packages.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(
2020
mirai offers the following functions primarily for package authors using mirai:
2121

2222
1. `require_daemons()` will error and prompt the user to set daemons (with a clickable function link if the cli package is available) if daemons are not already set.
23-
1. `daemons_set()`, to detect if daemons have already been set and prompt the user to set daemons if not.
23+
1. `daemons_set()`, to detect if daemons have already been set.
2424
1. `on_daemon()`, to detect if code is already running on a daemon, i.e. within a `mirai()` call.
2525
1. `register_serial()` to register custom serialization functions, which are automatically available by default for all subsequent `daemons()` calls.
2626
1. `nextget()`, for querying values for a compute profile, such as 'url', described in the function's documentation. Note: only the specifically-documented values are supported interfaces.

vignettes/v06-packages.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ vignette: >
1313
mirai offers the following functions primarily for package authors using mirai:
1414

1515
1. `require_daemons()` will error and prompt the user to set daemons (with a clickable function link if the cli package is available) if daemons are not already set.
16-
1. `daemons_set()`, to detect if daemons have already been set and prompt the user to set daemons if not.
16+
1. `daemons_set()`, to detect if daemons have already been set.
1717
1. `on_daemon()`, to detect if code is already running on a daemon, i.e. within a `mirai()` call.
1818
1. `register_serial()` to register custom serialization functions, which are automatically available by default for all subsequent `daemons()` calls.
1919
1. `nextget()`, for querying values for a compute profile, such as 'url', described in the function's documentation. Note: only the specifically-documented values are supported interfaces.

0 commit comments

Comments
 (0)