Skip to content

Conversation

tanho63
Copy link

@tanho63 tanho63 commented Sep 21, 2025

[tidy dev day 2025] part of r-lib/rcmdcheck#237: rcmdcheck::rcmdcheck() now prints all associated r check environment variables as well as not cran, so we can remove this feature from devtools::check().

@tanho63 tanho63 changed the title remove check-envvar printing from check_built() remove envvar printing from check_built() Sep 21, 2025
env_vars <- check_env_vars(cran, remote, incoming, force_suggests, env_vars)
if (!quiet) {
cat_rule("Checking", col = "cyan", line = 2)
show_env_vars(env_vars)
Copy link
Member

Choose a reason for hiding this comment

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

See here I'd explicitly filter out _R_CHECK_ env vars since we know that rcmdcheck will handle them.

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

Successfully merging this pull request may close these issues.

2 participants