-
Notifications
You must be signed in to change notification settings - Fork 27
replaced plyr occurences with data.table #188
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
replaced plyr occurences with data.table #188
Conversation
|
this looks like a reasonable start. |
|
@tdhock I have removed dplyr arrange function and replaced it with data.table::setorder. Is this okay? |
|
@tdhock I have made the requested changes, please review and let me know if further changes are required. |
|
@tdhock is this ok? please let me know if more changes are required. |
|
I've made the requested changes. @tdhock |
|
please remove plyr from DESCRIPTION so we can see if checks pass ok |
Done. |
|
@tdhock is there anything that needs to be done regarding this issue further? |
|
please click Resolve conversation for the items you believe are already fixed |
|
I'm seeing |
|
hi @tdhock I have resolved the error that was coming in renderer tests, but I am facing some errors in
Can you please help me with correcting the code for helper-plot-data.r - cdata() function? |
hi @tdhock can you please reply to this query? |
|
I'm not sure |
|
The compiler tests are passing (except the gh permissions one because i have pushed via my fork not directly) |
|
I tested everything again in another branch and found out that the updated in the renderer test files might be the problem because without those updates and in different branch , all the tests are passing successfully (not getting stuck). |
|
I have created a new PR for this, hence I am closing this one. |
This is in reference to issue #165 .
Replaced all given instances of plyr with data.table.
Please let me know if any changes are to be made