Skip to content

Commit 5286713

Browse files
osenanm7pr
andauthored
Update vignettes/qenv.Rmd
Co-authored-by: Marcin <133694481+m7pr@users.noreply.github.com> Signed-off-by: Oriol Senan <35930244+osenan@users.noreply.github.com>
1 parent f865fc5 commit 5286713

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vignettes/qenv.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ q_linked <- eval_code(q_reproducible, "
212212
cat(get_code(q_linked))
213213
cat(get_code(q_linked, names = "a"))
214214
```
215-
Linking of objects for reproducibility is currently only supported by `eval_code`. As `within` uses expression as input
216-
and ignores comments, it is not recommended in the cases where side effects functions are required for reproducibility.
215+
Currently, object linking for reproducibility is only supported by the `eval_code` function. Since `within` uses an expression as input and ignores comments, its use is **not recommended** when side-effect functions are required for full reproducibility.
217216

218217
## `qenv` and `teal` applications
219218

0 commit comments

Comments
 (0)