name: Reproducibility about: The reviewer is struggling to reproduce core parts of the analysis title: '[Reproducibility] [ISSUE TITLE]' labels: 'Reproducibility :ledger:'
- [ ] Unable to "source" (eg can't knit a markdown without errors) - [ ] "data" dependency missing (eg analysis sources a local dataset the reviewer doesnt have) - [ ] code dependency missing (eg analysis uses a function that is not part of the library and not in a clearly defined library) - [ ] Order of operations is unclear (eg don't know which files to source in which order) - [ ] Environment problems (eg version of R or a package a person is using could be causing issues) - [ ] Outputs not in line with descriptions (eg person comments out a number of rows and it differs from what you see when running the equivalent code)
# Datetime
Sys.time()
# Repo
git2r::repository()
# Session Info
sessioninfo::session_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.