-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Best practices for directory structure? #243
Comments
I think It's fine to have your csasdown folder in the root folder with subfolders there for analyses and data or to have the csasdown files in a subfolder. I tend to prefer the latter. |
The latter makes sense to me, which is why I set it up how I did initially. BUT, it doesn't seem like you can plug and play, because csasdown relies on the .Rproj that it creates when you run Will restructure repo (I may have done a wrong step somewhere then trying to debug citations) and track any issues that could be suggestions to add to the readme... |
In this commit I stopped creating a You only want one RStudio project. csasdown is fine in a subfolder, although any references to |
If you are hoping to get your full analysis and csasdown in one reproducible directory, is it best to take advice from #3 in the initial setup and have one large project with a sub directory for the analysis and all files that the analysis depends on (e.g. data, models, model fits, etc)?
I don't see much discussion around broader directory structure in the .README or wiki and feel it could be useful for beginners like me. I've been poking around pbs-assess and see how dogfish-assess pulls in the csasdown from "outside" in the report-outside folder, and how the arrowtooth repo does this in the doc folder.
Hoping for some advice here. I previously set up a directory for my analysis then ran
csasdown::draft("sr")
within it, and recently noticed I had a project within my broader project. This worked ok for a while until I went to add citations with my zotero addin in R studio, then I began bashing my face on my keyboard...The text was updated successfully, but these errors were encountered: