-
Notifications
You must be signed in to change notification settings - Fork 6
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
Issue 17: Fixes to data.table assignment #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good and agree we can just watch out for further instances. I also agree that we need CI in place with nascent unit tests ASAP to making development safer.
Prior to merging would be okay to add yourself as a package contributor (as per the epinowcast community contributions guidelines)?
I have added myself as contributor in commit 16e94a4. |
* Add omitted assignments * Correct typo (draw to draws) as suggested by seabbs * Add Adam Howes as contributor Former-commit-id: 358d4706f12e5c68058a627f9fa101d8e40eae76 [formerly efd2f7e7a841c31d86106f231ebeab82989de206] Former-commit-id: 59460a126c53f6fa91f66c3f51ec3b405d4069f0
* Add omitted assignments * Correct typo (draw to draws) as suggested by seabbs * Add Adam Howes as contributor Former-commit-id: 4306d40 Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470
* Add omitted assignments * Correct typo (draw to draws) as suggested by seabbs * Add Adam Howes as contributor Former-commit-id: 4306d40 Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470
* Add omitted assignments * Correct typo (draw to draws) as suggested by seabbs * Add Adam Howes as contributor Former-commit-id: 4306d40 Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470
* Add omitted assignments * Correct typo (draw to draws) as suggested by seabbs * Add Adam Howes as contributor Former-commit-id: 358d4706f12e5c68058a627f9fa101d8e40eae76 [formerly efd2f7e7a841c31d86106f231ebeab82989de206] Former-commit-id: 59460a126c53f6fa91f66c3f51ec3b405d4069f0
* Add omitted assignments * Correct typo (draw to draws) as suggested by seabbs * Add Adam Howes as contributor Former-commit-id: 358d4706f12e5c68058a627f9fa101d8e40eae76 [formerly efd2f7e7a841c31d86106f231ebeab82989de206] Former-commit-id: 59460a126c53f6fa91f66c3f51ec3b405d4069f0 Former-commit-id: bb53303
* Add omitted assignments * Correct typo (draw to draws) as suggested by seabbs * Add Adam Howes as contributor Former-commit-id: 4306d40 Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470 Former-commit-id: f72c2ad343194371b9e2018e076c50c9c4fd9c3c [formerly 1308111] Former-commit-id: 81aa52f128e208738eae6b827d75ec32a453858f
* Add omitted assignments * Correct typo (draw to draws) as suggested by seabbs * Add Adam Howes as contributor Former-commit-id: 4306d40 Former-commit-id: 922dc6b29c49be1c61ed9cb5f71a2ab986dbb470 Former-commit-id: f72c2ad343194371b9e2018e076c50c9c4fd9c3c [formerly 1308111] Former-commit-id: 81aa52f128e208738eae6b827d75ec32a453858f
Description
This PR closes #17.
It adds some missing assignments, based on looking through #3 and correcting the issues that I can spot.
As the package doesn't have testing (I think) I'm unsure about how I can test my changes (or be sure that I've got all of them). Open to suggestions on how to do this. Could be that we should move forward on #5 as a priority.
Checklist
drop_zero()
function