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

Change in expected plot from v0.0.9 and v0.0.12 #49

Open
lauken13 opened this issue Aug 7, 2023 · 0 comments
Open

Change in expected plot from v0.0.9 and v0.0.12 #49

lauken13 opened this issue Aug 7, 2023 · 0 comments

Comments

@lauken13
Copy link

lauken13 commented Aug 7, 2023

Hi team,

Thanks for the great package. Just noticed there's a change in the expected plot for show_plot(inspect_types(df1,df2)) between v0.0.9 and c0.0.12 and wanted to let you know incase it wasn't intended.

Code:

set.seed(2019)
diamonds_1 <- sample_n(diamonds,50)
diamonds_2 <- sample_n(diamonds,50)
show_plot(inspect_types(diamonds_1,diamonds_2))

Plot form v.0.0.9
image

Plot from v0.0.12
image

Edited to add - sorry, I think this was covered in the news for v 0.0.10 https://cran.r-project.org/web/packages/inspectdf/news/news.html

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

No branches or pull requests

1 participant