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

Make .foceiPreProcessData() work with tibbles #262

Merged
merged 2 commits into from
Oct 19, 2022
Merged

Conversation

billdenney
Copy link
Contributor

@mattfidler
Copy link
Contributor

There has been other issues I have seen with tibbles. My prior fix as to use as.data.frame just to ensure it works as expected.

@mattfidler
Copy link
Contributor

The other code should be ok. I think that things that arent purely data frames should be sanitized by this. Including tibbles, data.tables nlmixr fit, rxode solves etc

@mattfidler
Copy link
Contributor

That is the code you used that worked around the tibbles since it works for data frames too

@billdenney
Copy link
Contributor Author

My fix in babelmixr2 will be to use as.data.frame(), but I thought while I'm at it, that making a fix for tibbles and then testing both could help.

@mattfidler
Copy link
Contributor

I believe that 'rxode2' should hit CRAN soon, so I will be pushing 'nlmixr2est' right after (as I promised the CRAN maintainers)

@mattfidler mattfidler merged commit c03b397 into main Oct 19, 2022
@mattfidler mattfidler deleted the focei-tibble branch October 19, 2022 11:14
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