-
Hi, I'm running my _targets.R on an SGE cluster and then copy everything locally to work locally on it. But everything is out of date. I also tried going through git by pulling the targets/meta and targets/objects but still everything is out of date on my local machine. Is the an issue only for me or a known issue? Locally I'm working on Windows 10. Could this be a cluster-linux, local-windows issue? How do I use targets if I want to have collaborators on git who need to know that the targets they see are up to date? Thank you? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It is hard to say. Does the pipeline have any external input files that are system-dependent or missing when you just copy over |
Beta Was this translation helpful? Give feedback.
It is hard to say. Does the pipeline have any external input files that are system-dependent or missing when you just copy over
_targets/
? Doestar_visnetwork()
point to anything specific upstream that might be invalidating the rest of the targets? It would help if you would share a small reproducible example.