Skip to content

Commit 73fc9a2

Browse files
committed
add clarification
1 parent adfa72d commit 73fc9a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/userguide.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ The various configurable options are mentioned throughout the documentation,
290290
where applicable, however, we list all of the options here for reference.
291291

292292
Options can be set by including a call to `options(<key> = <value>)` in your
293-
`.Rprofile`, or by calling `options(<key> = <value>)` in a script or
294-
interactively during a session. Note, however, that the latter will not
295-
persist if you restart R.
293+
current session or added as a line to your `~/.Rprofile`. The former will only
294+
be available in your active session, while the latter will be available any
295+
time after you restart R.
296296

297297
* `clustermq.scheduler` - One of the supported
298298
[`clustermq` schedulers](#configuration); options are `"LOCAL"`,

0 commit comments

Comments
 (0)