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
targets currently uses setwd() to reset the working directory after each target runs. While this is a good safeguard, frequent calls to setwd() are noticeably slow. I think it would be sufficient to compare the working directory before and after the pipeline and throw an informative error if they are different.
The text was updated successfully, but these errors were encountered:
targets
currently usessetwd()
to reset the working directory after each target runs. While this is a good safeguard, frequent calls tosetwd()
are noticeably slow. I think it would be sufficient to compare the working directory before and after the pipeline and throw an informative error if they are different.The text was updated successfully, but these errors were encountered: