PR for 51 switch to datatable throughout#54
Conversation
|
@santiagohermo just picking this up. There are a few more things to do from #51 (comment). When it's ready for your review I'll add you as a reveiwer. |
|
@santiagohermo Just an update on the work here: By 2511786 I think we've reached a milestone:
Edit: there has been updates i.e. 15ef116 to the two threads above.
I think now it might be a good time for you to review the PR so I'm adding you as a reviewer. Note that all tests have passed on my local. |
|
NTS: build test for |
|
@santiagohermo forgot to mention that yesterday a few lines in a test were messing up with my switch from df to dt grammar. I dropped those lines in 936cc0b. I think the problem is that the @santiagohermo I replied to your comments. |
|
Thanks for the latest updates @zhizhongpu! I ran the In the commits above:
Regarding the test you mention here. I agree that the lines you removed were going to mechanically result in TRUE. But what remains of the test is even more vacuous now, since we are comparing to integers that are defined to be the same. Could you re-write the test to make it more meaningful? We can also increase the minor number in DESCRIPTION by 1. Other than the point above, I think we are ready to close this one. Almost there! |
|
@santiagohermo thanks for the commits!
My recommendation now is to remove this test altogether. I have 3 reasons:
|
|
You are correct, I do not recall when this test was introduced nor its original purpose. So thanks for the exploration @zhizhongpu! After some closer review, your suggestion makes sense to me. Let's remove the test. I think we are ready to squash and merge, so I'll approve. Before that we should:
Let me know if you'd like me to handle any of these steps. I don't think we need to submit to CRAN just yet, we can do that after #42. We can also create a new release then. |
closes #51