Did 1.11.4 break tar_load_everything? #1529
Replies: 3 comments 1 reply
-
The default value of the |
Beta Was this translation helpful? Give feedback.
-
I reinstalled R and all packages from scratch, but I still had the error. I can reproduce it in your cloud tutorial so I don't think it's my setup https://rstudio.cloud/project/3946303:
Stepping through the code it does seem that |
Beta Was this translation helpful? Give feedback.
-
Fixed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Help
Description
A recent commit removes
targets_only=TRUE
from the defaultmeta
arguments (d45d49d).I've been getting this error message on every targets project I've looked at, including redoing the tutorial:
Working thorough the code this seems to be due to the change linked above.
Reverting to 1.11.3 recovers the expected behaviour.
Beta Was this translation helpful? Give feedback.
All reactions