Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
add error message for missing strata #227
base: main
Are you sure you want to change the base?
add error message for missing strata #227
Changes from all commits
88a24bd
5ec8ec0
b82e3b5
3c271ee
ee3d7ca
39ea75b
0cb88d6
97efcf3
b3523c7
c09df9b
42c7af6
0f36e94
f97218a
757676e
13be640
87625a1
3bf79b3
927911a
655985b
8302735
47dd63a
2ef8e8e
6b365c0
7cac80b
cc000f7
d3a8b8c
c22ed3c
1eb1441
58e4598
bc7fe55
98c881d
474d54c
a2fc79a
05aabc1
c73eb38
a78d82a
23c8ec2
5107025
c0bd521
3c8b8b1
cebb5be
a5f4ff6
7dc8a6c
7cb6af9
41435d6
737a1c6
7ba202b
4232c42
78af1c6
4b496de
8478415
9c9626f
28cdd72
154fb5e
a73c8db
0fa2294
6b362f6
cb9c6fd
2dcff93
f2cce72
543788f
3682fac
2d251c4
7ad67e7
d8385bb
c017571
3ae6bed
201853d
c83e0cc
266bae1
c3d18bf
2587245
c3dfcbd
6fba6a8
2e395ad
491cda6
8742288
23a8baa
5c98bd5
1a73533
ae4fc68
d99d4da
cf0070b
33dc191
c984c18
9122ae8
177d334
f953b3b
8dc73c8
15a32d8
15f2bc2
4727731
4e2b8e9
1cddf51
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Remove comment to make the line less than 80 characters.
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.
instead of removing the comment, why not move it to a new line?
Check warning on line 70 in R/est.incidence.by.R
GitHub Actions / lint-changed-files
Check warning on line 70 in R/est.incidence.by.R
GitHub Actions / lint-changed-files
Check warning on line 158 in R/est.incidence.by.R
Codecov / codecov/patch
R/est.incidence.by.R#L154-L158
Check warning on line 187 in R/est.incidence.by.R
Codecov / codecov/patch
R/est.incidence.by.R#L187
Check warning on line 189 in R/est.incidence.by.R
Codecov / codecov/patch
R/est.incidence.by.R#L189
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.
why?
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.
we don't want to lose the
system.time()
call; we need it below for verbose messaging.I understand that this was changed to avoid the right-hand assignment operator
->
, but there needs to be a left-hand assignment at the beginning of this whole expression instead.