You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be an unlikely case, but it's an assumed capability. Tplyr allows you to set multiple missing count variables. If multiple values are assigned, order layer values may not be assigned properly in a nested layer.
This might be a design flaw in set_missing_count(). Only one sort value is assigned, but multiple 'missing' placeholders are allowed.
Prerequisites
For more information, see the
CONTRIBUTING
guide.Description
This might be an unlikely case, but it's an assumed capability. Tplyr allows you to set multiple missing count variables. If multiple values are assigned, order layer values may not be assigned properly in a nested layer.
This might be a design flaw in
set_missing_count()
. Only one sort value is assigned, but multiple 'missing' placeholders are allowed.Steps to Reproduce (Bug Report Only)
Expected behavior: [What you expected to happen]
The 'Blank' row should be arranged with 'Missing' and 'Total down below.
Actual behavior: [What actually happened]
'Blank' actually gets the value of 1 for
ord_layer_1
which is unexpected.Note: This was found on branch gh_issue_32 which is branched off of devel.
The text was updated successfully, but these errors were encountered: