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
Rework simplification #909
Rework simplification #909
Changes from 6 commits
bcc5415
1ead93b
a927496
be3fe11
17bffab
8d63020
02ea731
71ba50c
20387d0
7805591
5d6d874
d9c76d3
1980e24
eb85559
5be021d
5940cc2
675a8a8
8b32bfa
a4f864d
822d714
5254896
c8b4bc9
e4311be
80fa90c
41b2039
a7a41c8
4577473
5319949
fcb92d6
2397f21
471f340
b16071a
da1f7c9
0590ccf
99c925e
808568b
2c5866a
78938f7
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.
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.
It also works if
.simplify
isNA
right?Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
@lionel- I think this error is being thrown from this pattern:
Do you know why it doesn't show the function call? i.e.
list_unchop()
?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.
I wonder if the switch to auto simplification will break much code
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.
There's only one use of
accumulate2()
on CRAN, so I don't think it's likely to affect much user code.