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
Thanks for reporting. I am not quite able to reproduce this behaviour. Did you use the GUI or the CLI? What exact call did you use? Thanks for providing!
I created a new default link2GI project with RStudio. It created this structure.
| testingProject.Rproj
|
+---data
| +---clean
| +---results
| +---run
| ---source
+---docs
| ---figures
+---src
| | main-control.R
| | post-processing.R
| | pre-processing.R
| | processing.R
| |
| +---configs
| | config-master.yml
| | post-processing.yml
| | pre-processing.yml
| | processing.yml
| | README.md
| |
| ---functions
| 000_setup.R
Looks good so far! But now...
After running the setup script it added the whole directory again inside my project:
| testingProject.Rproj
|
+---data
| +---clean
| +---results
| +---run
| ---source
+---docs
| ---figures
+---src
| | main-control.R
| | post-processing.R
| | pre-processing.R
| | processing.R
| |
| +---configs
| | config-master.yml
| | post-processing.yml
| | pre-processing.yml
| | processing.yml
| | README.md
| |
| ---functions
| 000_setup.R
+---testingProject
| +---data
| | +---clean
| | +---results
| | +---run
| | ---source
| +---docs
| | ---figures
| +---src
| | +---configs
| | ---functions
| ---tmp
| ---tmp
---tmp
---tmp
Also the dir vairables refers to the wrong and newly created directory.
The text was updated successfully, but these errors were encountered: