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
I found I could use tar_rep() inside of tar_map() without any issue, but tar_rep2() will result into wrong results. See the following example, tar_rep2() will be repeated too much. Is this intended?
@psychelzh , thanks for letting me know. The metaprogramming in tar_rep2() was creating commands with named lists, and tar_map() cannot modify those names. Should be fixed in c716d40.
Discussed in #164
Originally posted by psychelzh January 3, 2024
Help
Description
I found I could use
tar_rep()
inside oftar_map()
without any issue, buttar_rep2()
will result into wrong results. See the following example,tar_rep2()
will be repeated too much. Is this intended?Created on 2024-01-03 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: