Communicate vignette includes interactive output

Open
#175 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
r
Domain
documentation

Research direction

Start by reproducing the vignette output shown in the issue and inspect how is_interactive() behaves when options(rlang_interactive = FALSE) is set. Determine whether the vignette is incorrectly capturing interactive output or whether the warning behavior is expected; done means the intended vignette output and non-interactive behavior are clearly established.

Written by the indexing model from the issue text.

Description

documentation

Like:

#> This warning is displayed once every 8 hours.
#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
#> generated.

I tried explicitly disabling with:

options(rlang_interactive = FALSE)

But that didn't do anything. But I don't understand why is_interactive() would be true in the first place?

Dominant language
R
Stars
93
Forks
26
Avg merge
4h 7m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from r-lib/lifecycle

All issues in r-lib/lifecycle

Similar issues

More R issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.