Skip to content

Conversation

@hadley
Copy link
Member

Fixes#2500

@hadleyhadley requested a review from jennybcJanuary 21, 2026 23:44
}

yesno<-function(msg, .envir= parent.frame()){
if (!rlang::is_interactive()){
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minimal fix to make this testable interactively. Already an error in real non-interactive contexts because menu() will error.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Steer people away from release()

2 participants

@hadley