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'm working to incorporate drake in more of my workflows, and one thing that it does well is track files outside of R in the dependencies for results.
As described in ropensci/drake#721, it would help to make these dependent files known to drake. Is there a way to know in advance all the files that will be loaded by xpose_data() (or as this is a feature request, I think the question is "could there please be a way...")?
The text was updated successfully, but these errors were encountered:
FYI, drake can now have all files in a directory as a dependency. If you do file_in() with a directory name, it will include all files in the directory. Also, as I’ve learned, drake’s file handling is more static, so I don’t know that this will work directly with drake right now.
(I still think that there is value in this feature, but it won’t work in drake due to limitations on that side right now. When dynamic branching is achieved over there, it will probably be useful in a drake context.)
I'm working to incorporate
drake
in more of my workflows, and one thing that it does well is track files outside of R in the dependencies for results.As described in ropensci/drake#721, it would help to make these dependent files known to
drake
. Is there a way to know in advance all the files that will be loaded byxpose_data()
(or as this is a feature request, I think the question is "could there please be a way...")?The text was updated successfully, but these errors were encountered: