-
Notifications
You must be signed in to change notification settings - Fork 32
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
Use broadcasting vs loop in day of week #746
Conversation
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 977a5ac is merged into main:
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if ee563b4 is merged into main:
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 71a4daa is merged into main:
|
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.
LGTM
This is how benchmark results would change (along with a 95% confidence interval in relative change) if dbc0eb8 is merged into main:
|
Description
This PR is unrelated to an issue. It switches to using broadcasting vs a loop in the day of the week module.
Initial submission checklist
devtools::test()
anddevtools::check()
).devtools::document()
).lintr::lint_package()
).After the initial Pull Request