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 error with describe_distribution() with select #288

Merged
merged 1 commit into from
May 22, 2023

Conversation

etiennebacher
Copy link
Member

@etiennebacher etiennebacher commented May 22, 2023

Close #287

library(datawizard)
library(see)

x <- describe_distribution(iris, select = "Sepal.Length")
plot(x)
#> [[1]]
#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

x <- describe_distribution(iris, select = starts_with("Sepal"))
plot(x)
#> [[1]]
#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

#> 
#> [[2]]
#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

@etiennebacher
Copy link
Member Author

Failing tests on examples and vignettes were already there before

@etiennebacher etiennebacher merged commit 2c13c82 into main May 22, 2023
@etiennebacher etiennebacher deleted the describe-dist-select branch May 22, 2023 16:04
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.

Error in plot method with describe_distribution()
2 participants