Using targets from 2 different machines always causes outdated targets #1188
-
Help
DescriptionHi! I have currently set the Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This may be related to #1184, though I'm not sure. Two things it is best to do when working across machines or people is making sure that bucket versioning is turned on, and setting `tar_option_set(repository_meta = "local"). |
Beta Was this translation helpful? Give feedback.
Thank you for your answers.
Yes, the cloud folder is a shared folder. I set the store in the
targets.yaml
like:After days of experiment, I finally found the root of the bug. I used
box
and the module created by that seems to be new for the machines. Everything else works perfectly, but this.box::use
imports the modules into the global environment, but if it is imported on the other computer it seems to be outdated.