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

fix: audit_r_versions() returns a bar chart instead of a histogram #179

Merged
merged 2 commits into from
May 24, 2024

Conversation

csgillespie
Copy link
Contributor

@csgillespie csgillespie commented Jan 2, 2023

r_versions are a factor not a numeric. So we should use a bar chart. The actual graphs look the same, but using a barchart removes the warning

Warning message:
In ggplot2::geom_histogram(ggplot2::aes(r_version), stat = "count") :
  Ignoring unknown parameters: `binwidth`, `bins`, and `pad`

Copy link
Collaborator

@nealrichardson nealrichardson left a comment

Choose a reason for hiding this comment

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

Thanks for this, and apologies for the delayed response.

@nealrichardson nealrichardson merged commit 2899bee into rstudio:main May 24, 2024
10 of 19 checks passed
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.

None yet

2 participants