Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local_reproducible_output() and getOption("lifecycle_verbosity") #2043

Open
krlmlr opened this issue Dec 15, 2024 · 0 comments
Open

local_reproducible_output() and getOption("lifecycle_verbosity") #2043

krlmlr opened this issue Dec 15, 2024 · 0 comments

Comments

@krlmlr
Copy link
Member

krlmlr commented Dec 15, 2024

I tried

withr::local_options(lifecycle_verbosity = "error", .local_envir = testthat::teardown_env())

in setup.R to no avail, apparently because local_reproducible_output() unconditionally sets options(lifecycle_verbosity = "warning") . Should we keep the "error" setting if it is set, to support stricter regimes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant