-
Notifications
You must be signed in to change notification settings - Fork 74
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
Closes 2661 - ignore_seconds_flag
now defaults to TRUE.
#2670
Open
jimrothstein
wants to merge
16
commits into
main
Choose a base branch
from
2661-general-issue-ignore_seconds_flag-true-is-set-as-default
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
a201383
2661 - `ignore_seconds_flag` now defaults to TRUE. Placeholder only.…
jimrothstein f36a84f
fix: #2661 ignore_seconds_flag set to TRUE removed :xy from examples
bms63 1fe9458
2661 cleanup
jimrothstein d5ea3c1
2661 remove debug (browser())
jimrothstein 8a06e7a
Merge branch '2661-general-issue-ignore_seconds_flag-true-is-set-as-d…
jimrothstein fe6f414
2661 -
jimrothstein e35a098
2661 - Test #18 now passes (removed and adjusted rows in expected_out…
jimrothstein 4d04611
# 2661 - Test # 19 now PASSES
jimrothstein cd17a4f
2661 Test # 20 - PASSES, with 1 removal in actual_output
jimrothstein fa6beef
2661 update test-derive-dtm.R (not finished)
jimrothstein 13bbd40
2661 - TEST # 31 PASSES (b/c changed error = FALSE)
jimrothstein 9723e34
2661 Drop duplicate line in examples (mhdt, 2019-07-18T15:25)
jimrothstein 1f32d83
2661 ignore_seconds_flag in compute_tmf is NOW TRUE, as default
jimrothstein d5ba89c
2661 - test-derive_vars_dtm.R, Test #14,
jimrothstein 90f9ff1
2661 Add NOTE default value of `ignore_seconds_flag` is now TRUE
jimrothstein 2e0d287
2661 - a few changes per Bundfssr - more to come, but ask him to take…
jimrothstein File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
The first and the second record are the same. One of them should be removed.
Further updates of the examples are required as the first and third example are the same.
ignore_seconds_flag = FALSE
is used.ignore_seconds_flag
is not set toFALSE
. This should also be mentioned in the description of theignore_seconds_flag
argument.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.
@bundfussr
Working on the changes ... thanks
Meaning: "2019-07-18T15:25:40" will throw error when ignore_seconds_flag is DEFAULT (ie TRUE)?
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.
Yes