-
Notifications
You must be signed in to change notification settings - Fork 29
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
Allow vpc to be an s3 method. #94
base: master
Are you sure you want to change the base?
Conversation
Hi @guiastrennec I have fixed the VPC issues. I think you have some problems with the tibbles they have a new type of output based on pillar. I'm not sure what you want to do with these tests. |
The first failure is
The structure is the same too
|
Note, that running |
To test my hypothesis, I tested your package without any modifications on my system (which has some of the latest packages) and get the same failures: Here is my output
|
My session info
|
Thanks for the PR. I am aware of the issues with the tests, they are the result of a bug introduced in stringr back in December. I reported the issue but it has not yet been fixed (tidyverse/stringr#203). |
Let me know if it gets fixed. For now, since there is really no issue with the xpose package, I am going to include this branch in the nlmixr installer (FYI), unless you have some strong objection to this. |
To trigger travis/appveyor
The issue in stringr has been fixed in tidyverse/stringr#206 |
Addresses Issue #92