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

Informative error when tran names are mixed case in as_data_set() #1210

Open
kylebaron opened this issue Jul 2, 2024 · 0 comments
Open

Informative error when tran names are mixed case in as_data_set() #1210

kylebaron opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels

Comments

@kylebaron
Copy link
Collaborator

Summary

In #1196, we refactored how as_data_set() deals with data frame, ev and evd objects.

When an input object is like this

data.frame(time = 0, RATE = 5, rate = 2)

We decide to go with lower case naming scheme and RATE becomes rate.1 and you'll get a warning for missing values in the final object (no missing values warning if all objects are like this, but you'll still get rate.1).

Let's do another pass where we check for mixed names and give a more specific warning sooner.

@kylebaron kylebaron self-assigned this Jul 2, 2024
@kylebaron kylebaron added this to the Future Version milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant