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
Search for duplicates among the existing issues, both open and closed.
Advanced users: verify that the bug still persists in the current development version (i.e. remotes::install_github("ropensci/drake")) and mention the SHA-1 hash of the Git commit you install.
Description
When a plan that uses the dynamic cross transformation is rerun -- and on the second run there are fewer variables to cross -- the resulting targets are incorrect
When running the plan the second time, I expected combo to contain "1a" "1b". But rather than dropping the second number, the second letter was dropped.
The text was updated successfully, but these errors were encountered:
Prework
drake
's code of conduct.remotes::install_github("ropensci/drake")
) and mention the SHA-1 hash of the Git commit you install.Description
When a plan that uses the dynamic cross transformation is rerun -- and on the second run there are fewer variables to cross -- the resulting targets are incorrect
Reproducible example
Lightly modified from the drake book's dynamic cross example
Created on 2020-03-05 by the reprex package (v0.3.0)
Session info
Expected result
When running the plan the second time, I expected combo to contain
"1a" "1b"
. But rather than dropping the second number, the second letter was dropped.The text was updated successfully, but these errors were encountered: