-
Notifications
You must be signed in to change notification settings - Fork 340
Don't override user-specified NOT_CRAN env var #2200
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
Conversation
Continutation of #2112
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense!
R/local.R
Outdated
| local_interactive_reporter <- function(.env = parent.frame()) { | ||
| # Definitely not on CRAN | ||
| withr::local_envvar(NOT_CRAN = "true", .local_envir = .env) | ||
| local_assume_not_on_cran() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lost the .env argument here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks!
|
Claude finished @hadley's task —— View job Code Review Analysis
|

Continutation of #2112