Authors: [Author name(s)] (ORCID: 0000-0000-0000-0000)
DOI: https://doi.org/[DOI] (optional: link to version of record data and scripts)
.
|- data
|- raw
|- processed
|- output
|- fig
|- result
|- scripts
|- script_template_generic.R
|- script_template_specific.R
|- .Rprofile
|- .gitignore
|- CITATION_template.cff
|- [ProjectName].Rproj
|- LICENSE
|- README.md
-
Open
[ProjectName].Rprojfile in RStudio or other compatible IDE -
Run scripts/* (optional: specify script order if applicable)
-
Place the required data in the
data/folder (if not downloaded automatically)
| File name | Description |
|---|---|
data/raw/ |
Raw input data (e.g. observed field counts) |
data/processed/ |
Processed input data (data that has been processed before analysis e.g. pixel brightness of images) |
output/ |
Folders to store script generated results and figures |
scripts/script_template_generic.R |
Analysis script (generic template) |
scripts/script_template_specific.R |
Analysis script (template that more closely follows CodeStandard script) |
.Rprofile |
A configuration file containing R code that is automatically executed every time an R session starts |
.gitignore |
A plain text file used to specify files that we do not want Git to track (i.e. that Git should ignore) |
*.gitkeep |
Empty placeholder file to make sure git will track directory structure but not directory content of the data and output folders |
CITATION_template.cff |
Machine-readable file that specifies how to cite this repository (template) |
[ProjectName].Rproj |
A project file used by RStudio to define and manage an R project |
LICENSE |
License file specifying how this repository can be reused |
README.md |
Description and metadata for this repository (template) |
| Column name | Description |
|---|---|
| Variable1 | description of Variable1 |
| Variable2 | description of Variable1 |
| Variable3 | description of Variable1 |
If you use this repository, please cite:
- Article: Author(s). (Year). Title. Journal. https://doi.org/[DOI]
- Dataset: Author(s). (Year). Dataset title [Data set]. Data Repository. https://doi.org/[DOI]
- Code: Author(s). (Year). Repository title [Computer software]. Code Repository. https://doi.org/[DOI]