Running tar_* with the pipeline in a subdirectory #953
Replies: 1 comment 2 replies
-
|
Both paths should be relative to the directory where you run To debug, you could experiment with the Other than that, hard to say without a reproducible example. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to figure out what I am doing wrong configuration-wise. At the top level of my R project I have a _targets.yaml file:
I can only get
tar_make()andtar_outdated()to run if I first change my working directorysetwd("./data-raw"). How can I configure the project so this step isn't required?Beta Was this translation helpful? Give feedback.
All reactions