Showing 2 of total 2 results (show query)
frbcesab
rcompendium:Create a Package or Research Compendium Structure
Makes easier the creation of R package or research compendium (i.e. a predefined files/folders structure) so that users can focus on the code/analysis instead of wasting time organizing files. A full ready-to-work structure is set up with some additional features: version control, remote repository creation, CI/CD configuration (check package integrity under several OS, test code with 'testthat', and build and deploy website using 'pkgdown'). This package heavily relies on the R packages 'devtools' and 'usethis' and follows recommendations made by Wickham H. (2015) <ISBN:9781491910597> and Marwick B. et al. (2018) <doi:10.7287/peerj.preprints.3192v2>.
Maintained by Nicolas Casajus. Last updated 2 months ago.
reproducible-researchresearch-compendium
40 stars 6.72 score 22 scriptspakillo
template:Generic template for data analysis projects structured as R packages
This package works as a template for new research or data analysis projects, under the idea of having everything (data, R scripts, functions and manuscript/reports) contained in the same package (a 'research compendium') to facilitate collaboration and promote reproducibility.
Maintained by Francisco Rodriguez-Sanchez. Last updated 4 years ago.
project-templateresearch-compendiumworkflow
175 stars 4.70 score 57 scripts