README.md

{{ ProjectName }}

Explanation of project folders and files

This part of the README details how this research directory is structured, how files should be run, and what the different files do. The layout and setup of this project was designed for using RStudio and devtools. It is set up this way to make it easy for others to run your code and analyses for themselves and to skaffold onto devtools (used for R package development) because it is well documented and actively maintained. See the excellent R for Data Science online book for more details on how to work with this directory format.

Typical commands used in this workflow include:

For more detail on using this project workflow, see prodigenr.

To install all the packages necessary for this project (only if usethis::use_package("packagename") has been used often), run this command while in the project:

devtools::install_dev_deps()

General folder details

The project directory is generally structured with the following folders:

The base folder contains a few files:

All subsequent folders have their own README inside. See them for more details.

Resource

Check out the prodigenr online documentation for details on this setup and workflow. As this layout is also based on R packages, check out the online book on R packages to learn more about how to make the most use out of this project layout (and why prodigenr structures it this way).



windyzn/kidney-manuscript documentation built on May 8, 2019, 5:45 p.m.