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've personally been using {targets} for a while, and it took Twitter to realize that if I want to force a rerun of a particular target, I should use tar_invalidate(target_name), followed by tar_make().
I just answered the same question for someone else today.
This suggests that the docs for tar_make() should include a link to tar_invalidate(), and have it in the example as the quickest way to force a target to be rerun.
I've also forked and created a simple pull request.
The text was updated successfully, but these errors were encountered:
Prework
targets::tar_reprex()
andreprex::reprex()
. A reproducible example is:Description
I've personally been using {targets} for a while, and it took Twitter to realize that if I want to force a rerun of a particular target, I should use
tar_invalidate(target_name)
, followed bytar_make()
.I just answered the same question for someone else today.
This suggests that the docs for
tar_make()
should include a link totar_invalidate()
, and have it in the example as the quickest way to force a target to be rerun.I've also forked and created a simple pull request.
The text was updated successfully, but these errors were encountered: