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 tidy_multi_single_dist() to exclude .return_tibble from dist_name info #406

Closed
spsanderson opened this issue Apr 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@spsanderson
Copy link
Owner

spsanderson commented Apr 1, 2024

Current Line:

cols <- names(param_grid |> dplyr::select(-c(.n, .num_sims)))

New Line:

cols <- names(param_grid |> dplyr::select(-c(.n, .num_sims, .return_tibble)))
@spsanderson spsanderson added the bug Something isn't working label Apr 1, 2024
@spsanderson spsanderson added this to the TidyDensity 1.3.1 milestone Apr 1, 2024
@spsanderson spsanderson self-assigned this Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant